Update config.go

This commit is contained in:
Nicco 2024-03-12 15:27:11 +01:00 committed by GitHub
parent 12f6143bb4
commit edb3ba35d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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