From 4d9a2b828e75b7804e4e5ef7ec75580f5b022e91 Mon Sep 17 00:00:00 2001 From: Nicco Date: Tue, 13 Sep 2022 15:16:21 +0200 Subject: [PATCH] Update config.go --- internal/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/config.go b/internal/config.go index 491bda4..7db81b1 100644 --- a/internal/config.go +++ b/internal/config.go @@ -17,7 +17,7 @@ import ( "github.com/spf13/viper" ) -const VERSION = "1.7.2" +const VERSION = "1.7.3" type OptionMap map[string][]interface{} type Options map[string]OptionMap