From 2a56424c809b06d8d18073a9c82f11349e68a92e Mon Sep 17 00:00:00 2001 From: Jesse Zhou Date: Fri, 12 Mar 2021 12:14:14 -0800 Subject: [PATCH] fix version discrepency (#14) --- committer.go | 2 +- configure.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/committer.go b/committer.go index 5c1a1f4..da926f1 100644 --- a/committer.go +++ b/committer.go @@ -7,7 +7,7 @@ import ( "os" ) -const VERSION = "0.1.4" +const VERSION = "0.1.6" func main() { version := flag.Bool("version", false, "Display version") diff --git a/configure.sh b/configure.sh index 6559d0a..81f7c6a 100755 --- a/configure.sh +++ b/configure.sh @@ -1,6 +1,6 @@ #!/bin/bash -ex -VERSION="0.1.5" +VERSION="0.1.6" GIT_PRE_COMMIT_HOOK=".git/hooks/pre-commit" COMMITTER_YML="committer.yml" COMMITTER_LOCATION="/usr/local/bin/committer"