Update config.go

This commit is contained in:
2024-03-13 12:40:11 +01:00
committed by GitHub
parent dc56911a45
commit 6e34196220

View File

@@ -17,7 +17,7 @@ import (
"github.com/spf13/viper" "github.com/spf13/viper"
) )
const VERSION = "1.8.0" const VERSION = "1.8.1"
type OptionMap map[string][]interface{} type OptionMap map[string][]interface{}
type Options map[string]OptionMap type Options map[string]OptionMap