From 06d8cf93dc02eb42844d5553feec48bdeb06e850 Mon Sep 17 00:00:00 2001 From: Christoph Loy Date: Mon, 2 Oct 2023 13:56:43 +0200 Subject: [PATCH] Bump version to 1.7.9 --- internal/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/config.go b/internal/config.go index b66fb2f..3d8eac4 100644 --- a/internal/config.go +++ b/internal/config.go @@ -17,7 +17,7 @@ import ( "github.com/spf13/viper" ) -const VERSION = "1.7.7" +const VERSION = "1.7.9" type OptionMap map[string][]interface{} type Options map[string]OptionMap