bump version

This commit is contained in:
Niccolo Borgioli 2024-08-28 17:32:23 +02:00
parent 83481072bb
commit 592d1093ac

View File

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