diff options
author | Jesús <heckyel@hyperbola.info> | 2022-10-06 09:46:44 +0800 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-10-06 09:46:44 +0800 |
commit | a38588e74eace04faf54c651ac67371a606a1a1c (patch) | |
tree | 858242a362601b561e1af18a6d9d0b37b7599ded | |
parent | 294e9d0ec2aa05906ec10a14e2301f8d7f011017 (diff) | |
download | git-snapsign-a38588e74eace04faf54c651ac67371a606a1a1c.tar.lz git-snapsign-a38588e74eace04faf54c651ac67371a606a1a1c.tar.xz git-snapsign-a38588e74eace04faf54c651ac67371a606a1a1c.zip |
version 1.0.2
-rw-r--r-- | git-snapsign | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-snapsign b/git-snapsign index a9a53b4..96d6ca2 100644 --- a/git-snapsign +++ b/git-snapsign @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. # -VERSION='1.0.1' +VERSION='1.0.2' HELP_MESSAGE="\ usage: $(basename "$0") [--dry-run] [--force] [-s <key-id>] [-F <fmt>] [-p <pfx>] -t <tag> |