From fa1a97afd874c6ff4d361a45cbc0f6e51e1c2668 Mon Sep 17 00:00:00 2001 From: aunefyren Date: Sat, 17 Dec 2022 14:50:26 +0100 Subject: [PATCH] New version tag --- files/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/config.go b/files/config.go index b74b81f..924b1cb 100644 --- a/files/config.go +++ b/files/config.go @@ -12,7 +12,7 @@ import ( "github.com/google/uuid" ) -var wrapperr_version_parameter = "v3.1.1" +var wrapperr_version_parameter = "v3.1.2" var config_path, _ = filepath.Abs("./config/config.json") var default_config_path, _ = filepath.Abs("./config_default.json")