version bump

This commit is contained in:
2023-03-02 15:03:57 +01:00
committed by GitHub
parent 112a69d743
commit 087b293c39

View File

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