From 74979e9a2abaaccd97b93b70d733f002fe6b453f Mon Sep 17 00:00:00 2001 From: Nicco Date: Mon, 17 Oct 2022 15:03:17 +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 7db81b1..a0bbf2f 100644 --- a/internal/config.go +++ b/internal/config.go @@ -17,7 +17,7 @@ import ( "github.com/spf13/viper" ) -const VERSION = "1.7.3" +const VERSION = "1.7.4" type OptionMap map[string][]interface{} type Options map[string]OptionMap