Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
isacikgoz committed Dec 27, 2018
1 parent 24acc45 commit 7301223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ exec.go.test
build.sh
test.go
.vscode
build/
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var (
)

func main() {
kingpin.Version("gitbatch version 0.1.2 (pre-release)")
kingpin.Version("gitbatch version 0.2.0")
// parse the command line flag and options
kingpin.Parse()

Expand Down

0 comments on commit 7301223

Please sign in to comment.