summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-06 02:19:59 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-06 02:19:59 -0400
commit7a75c4fc399a1c8e545e9e8d77ecf5bae54a3b96 (patch)
tree37adf354db7ac3251431e124145bd15dc1a26fcb
parentc66ed360ec83c77c9055356f57bcd1bb8625de40 (diff)
downloadgetwtxt-7a75c4fc399a1c8e545e9e8d77ecf5bae54a3b96.tar.gz
version constant changed
-rw-r--r--svc/init.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/svc/init.go b/svc/init.go
index 5dc732c..01e1192 100644
--- a/svc/init.go
+++ b/svc/init.go
@@ -11,7 +11,7 @@ import (
 	"github.com/spf13/pflag"
 )
 
-const getwtxt = "0.3.0"
+const getwtxt = "0.2.3"
 
 var (
 	flagVersion  *bool   = pflag.BoolP("version", "v", false, "Display version information, then exit.")