From 01007cb359e24c0f59fdf7e9f7a41aec1f00b240 Mon Sep 17 00:00:00 2001 From: Eguzki Astiz Lezaun Date: Fri, 21 Jun 2024 12:12:20 +0200 Subject: [PATCH] version v0.2.4-alpha1 --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index e650ae7..1f2e48b 100644 --- a/version/version.go +++ b/version/version.go @@ -19,5 +19,5 @@ var ( // This variable shows the commit hash of the repo so they can confirm they are on latest or specific version of the branch. GitHash string // This variable is dependent on what the current release is e.g. if it is v0.2.3 then this variable, outside of releases, will be v0.2.4-dev . - Version = "v0.2.4-dev" + Version = "v0.2.4-alpha1" )