diff --git a/internal/config.go b/internal/config.go index 7970c4d..6bf1e80 100644 --- a/internal/config.go +++ b/internal/config.go @@ -17,7 +17,7 @@ import ( "github.com/spf13/viper" ) -const VERSION = "1.7.5" +const VERSION = "1.7.6" type OptionMap map[string][]interface{} type Options map[string]OptionMap