diff options
-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> |