From 087b293c39d7a6e9961ad5a999dc7866717bdf73 Mon Sep 17 00:00:00 2001 From: Nicco Date: Thu, 2 Mar 2023 15:03:57 +0100 Subject: [PATCH] version bump --- internal/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/config.go b/internal/config.go index 7970c4d..6bf1e80 100644 --- a/internal/config.go +++ b/internal/config.go @@ -17,7 +17,7 @@ import ( "github.com/spf13/viper" ) -const VERSION = "1.7.5" +const VERSION = "1.7.6" type OptionMap map[string][]interface{} type Options map[string]OptionMap