diff --git a/internal/config.go b/internal/config.go index 82d4a9b..108bd00 100644 --- a/internal/config.go +++ b/internal/config.go @@ -16,7 +16,7 @@ import ( "github.com/spf13/viper" ) -const VERSION = "1.4.1" +const VERSION = "1.5.0" var CI bool = false var VERBOSE bool = false