Update config.go

This commit is contained in:
2022-09-13 15:16:21 +02:00
committed by GitHub
parent b830667264
commit 4d9a2b828e

View File

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