summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorIbrahim Serdar Acikgoz <serdaracikgoz86@gmail.com>2018-12-11 01:34:22 +0300
committerGitHub <noreply@github.com>2018-12-11 01:34:22 +0300
commite570a81f1f98ad2cf13c5dc629a9600a706a6a91 (patch)
treec7509f01f05acb676fcfbec593f1e43d34907ee6 /main.go
parentMerge pull request #31 from isacikgoz/develop (diff)
parentadded show diff on status view and polish readme (diff)
downloadgitbatch-e570a81f1f98ad2cf13c5dc629a9600a706a6a91.tar.gz
Merge pull request #32 from isacikgoz/develop
added show diff on status view and polish readme
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 27cdaaf..cb8a9eb 100644
--- a/main.go
+++ b/main.go
@@ -18,7 +18,7 @@ var (
)
func main() {
- kingpin.Version("gitbatch version 0.0.2 (alpha)")
+ kingpin.Version("gitbatch version 0.1.0 (alpha)")
// parse the command line flag and options
kingpin.Parse()