diff options
author | Peter Harris <pharris@opentext.com> | 2015-01-28 11:54:07 -0500 |
---|---|---|
committer | Peter Harris <pharris@opentext.com> | 2015-01-28 11:54:07 -0500 |
commit | ac3f6c587ddc55fcae157a895aa6d3413596fb30 (patch) | |
tree | 05a6e6f501dd6d438947d0b1e5a236595fd5200f | |
parent | b605bfc8bf60bf55ab8ef761b1459e027f26ca0b (diff) |
Bump version number0.0.2
-rw-r--r-- | run.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ func main() { } flag.Parse() if *version { - fmt.Println("xts-run alternative version 0.0.1") + fmt.Println("xts-run alternative version 0.0.2") return } |