diff --git a/main.go b/main.go index fde6d2e..0eb8894 100644 --- a/main.go +++ b/main.go @@ -5,8 +5,8 @@ import ( "github.com/spf13/cobra" ) -const ( - version = "1.3.0" +var ( + version = "dev" ) var pwd *securepassword.SecurePassword