diff options
-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.") |