summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Harris <pharris@opentext.com>2015-01-28 11:54:07 -0500
committerPeter Harris <pharris@opentext.com>2015-01-28 11:54:07 -0500
commitac3f6c587ddc55fcae157a895aa6d3413596fb30 (patch)
tree05a6e6f501dd6d438947d0b1e5a236595fd5200f
parentb605bfc8bf60bf55ab8ef761b1459e027f26ca0b (diff)
Bump version number0.0.2
-rw-r--r--run.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.go b/run.go
index 8b1cd56..15dd6d5 100644
--- a/run.go
+++ b/run.go
@@ -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
}