diff options
| author | Ibrahim Serdar Acikgoz <serdaracikgoz86@gmail.com> | 2018-12-11 01:34:22 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-11 01:34:22 +0300 |
| commit | e570a81f1f98ad2cf13c5dc629a9600a706a6a91 (patch) | |
| tree | c7509f01f05acb676fcfbec593f1e43d34907ee6 /main.go | |
| parent | Merge pull request #31 from isacikgoz/develop (diff) | |
| parent | added show diff on status view and polish readme (diff) | |
| download | gitbatch-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.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |
