From e4b33cad1fe4ddf3dafbdfccb360488605c7d2f2 Mon Sep 17 00:00:00 2001 From: Nicco Date: Thu, 28 Mar 2024 09:29:39 +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 d7c6546..8479efd 100644 --- a/internal/config.go +++ b/internal/config.go @@ -17,7 +17,7 @@ import ( "github.com/spf13/viper" ) -const VERSION = "1.8.1" +const VERSION = "1.8.2" type OptionMap map[string][]interface{} type Options map[string]OptionMap