From f67bb7f73ca4425c7f912c51a3c896f469f77762 Mon Sep 17 00:00:00 2001 From: Christoph Loy Date: Mon, 2 Oct 2023 14:09:34 +0200 Subject: [PATCH] Bump version to 1.7.9 (#325) --- 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