From 8946ff821e2785655ea3a4ba1e1fdde11f2c6bce Mon Sep 17 00:00:00 2001 From: Abbe98 Date: Tue, 28 Mar 2023 09:02:23 +0200 Subject: [PATCH] bump version --- internal/version/current_version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/version/current_version.go b/internal/version/current_version.go index 792a798..cecc2d6 100644 --- a/internal/version/current_version.go +++ b/internal/version/current_version.go @@ -2,7 +2,7 @@ package version var CurrentVersion = Version{ Major: 0, - Minor: 3, - Patch: 1, + Minor: 4, + Patch: 0, Suffix: "development", }