bump version

This commit is contained in:
Niccolo Borgioli 2024-01-11 19:17:53 +01:00
parent ce9140fa1e
commit ced20801c1
No known key found for this signature in database
GPG Key ID: 4897ACD13A65977C
1 changed files with 1 additions and 1 deletions

View File

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