diff --git a/internal/config.go b/internal/config.go index 9d5c253..5909df8 100644 --- a/internal/config.go +++ b/internal/config.go @@ -16,7 +16,7 @@ import ( "github.com/spf13/viper" ) -const VERSION = "1.5.0" +const VERSION = "1.5.1" var CI bool = false var VERBOSE bool = false