Update config.go

This commit is contained in:
Nicco 2023-01-19 09:44:05 +01:00 committed by GitHub
parent 27821dc3ef
commit c82db56069
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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