diff options
author | Jesús <heckyel@hyperbola.info> | 2022-10-06 07:15:42 +0800 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-10-06 07:15:42 +0800 |
commit | 3fc11c943e9dea4dc7d201df7dee38472f502956 (patch) | |
tree | 6469a56094f79956d3c9a44e4aca27df305f46ea | |
parent | e4202dd3e40034838b8002441102a17c17ff3a58 (diff) | |
download | git-snapsign-3fc11c943e9dea4dc7d201df7dee38472f502956.tar.lz git-snapsign-3fc11c943e9dea4dc7d201df7dee38472f502956.tar.xz git-snapsign-3fc11c943e9dea4dc7d201df7dee38472f502956.zip |
version 1.0.1
-rw-r--r-- | git-snapsign | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-snapsign b/git-snapsign index 2643167..85fd9a3 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.0' +VERSION='1.0.1' HELP_MESSAGE="\ usage: $(basename "$0") [--dry-run] [--force] [-s <key-id>] [-F <fmt>] [-p <pfx>] -t <tag> |