diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-06-06 02:19:59 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-06-06 02:19:59 -0400 |
commit | 7a75c4fc399a1c8e545e9e8d77ecf5bae54a3b96 (patch) | |
tree | 37adf354db7ac3251431e124145bd15dc1a26fcb /svc | |
parent | c66ed360ec83c77c9055356f57bcd1bb8625de40 (diff) | |
download | getwtxt-7a75c4fc399a1c8e545e9e8d77ecf5bae54a3b96.tar.gz |
version constant changed
Diffstat (limited to 'svc')
-rw-r--r-- | svc/init.go | 2 |
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.") |