Skip to content

Commit

Permalink
fix version discrepency (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Zhou authored Mar 12, 2021
1 parent c73f5ff commit 2a56424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion committer.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion configure.sh
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 2a56424

Please sign in to comment.