Update config.go

This commit is contained in:
2022-10-17 15:03:17 +02:00
committed by GitHub
parent 3732dcf6ff
commit 74979e9a2a

View File

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