version bump

This commit is contained in:
2024-03-28 09:29:39 +01:00
committed by GitHub
parent a82273ec13
commit e4b33cad1f

View File

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