From 489f3078fed7635ebf265bee89bbb49f432a96c8 Mon Sep 17 00:00:00 2001 From: Nicco Date: Wed, 24 Aug 2022 12:03:11 +0200 Subject: [PATCH] bump version --- internal/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/config.go b/internal/config.go index 691b4f7..70f3dca 100644 --- a/internal/config.go +++ b/internal/config.go @@ -17,7 +17,7 @@ import ( "github.com/spf13/viper" ) -const VERSION = "1.7.1" +const VERSION = "1.7.2" type OptionMap map[string][]interface{} type Options map[string]OptionMap