From 7ca2f1d42994e46be35519f1701113cfd160a355ffe65c1f27396c8ca4977ee6 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 19 May 2024 15:52:37 +0300 Subject: [PATCH] Forgotten version raise --- internal/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version.go b/internal/version.go index 34bd719..d437e69 100644 --- a/internal/version.go +++ b/internal/version.go @@ -3,7 +3,7 @@ package internal import "runtime" const ( - Version = "3.0.0" + Version = "3.1.0" Warranty = `Copyright (C) 2024 Sergey Matveev This program is free software: you can redistribute it and/or modify -- 2.44.0