From ced20801c18d8c1316d00fd99c8d8c19af2afc47 Mon Sep 17 00:00:00 2001 From: Niccolo Borgioli Date: Thu, 11 Jan 2024 19:17:53 +0100 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 3d8eac4..c223710 100644 --- a/internal/config.go +++ b/internal/config.go @@ -17,7 +17,7 @@ import ( "github.com/spf13/viper" ) -const VERSION = "1.7.9" +const VERSION = "1.7.10" type OptionMap map[string][]interface{} type Options map[string]OptionMap