diff --git a/main.go b/main.go index 716e6921..c2ee189b 100644 --- a/main.go +++ b/main.go @@ -11,7 +11,7 @@ import ( "strings" ) -const VERSION = "0.0.1" +const VERSION = "0.1.0" var ( showVersion = flag.Bool("version", false, "print version string")