summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Harris <pharris@opentext.com>2015-01-26 16:43:53 -0500
committerPeter Harris <pharris@opentext.com>2015-01-26 16:43:53 -0500
commit82418619d54d3382ee331b91e136bdc3fbe7b2e2 (patch)
treed278a7a9edaa508c7c62e4bf17beb2f129d7d56a
parenta0fbba4fe34fd467a03288d8945978406f5f1f2f (diff)
Bump version number0.0.1
-rw-r--r--run.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.go b/run.go
index ddb03ad..8b1cd56 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.0")
+ fmt.Println("xts-run alternative version 0.0.1")
return
}