From a12cffdbc78608d5f1471ca9558849869df88988 Mon Sep 17 00:00:00 2001 From: Roman Sharkov Date: Sat, 12 Oct 2024 16:06:55 +0200 Subject: [PATCH] feat: Release 0.7.3 --- internal/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/config/config.go b/internal/config/config.go index 66a62ca..5ec1fe2 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -21,7 +21,7 @@ import ( "github.com/romshark/yamagiconf" ) -const Version = "0.7.2" +const Version = "0.7.3" var config Config