fix build system

This commit is contained in:
2023-03-05 17:22:03 +01:00
parent 087b293c39
commit 2c5266c9a0
4 changed files with 61 additions and 20 deletions

View File

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