From 4d7a27ee4a75a681d32631328c06a1eacaba95d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Wed, 6 Mar 2024 14:33:08 +0100 Subject: [PATCH] fix: incorrect version caused by wrong automation --- internal/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version.go b/internal/version.go index e74aeb159c..bf72aa10cc 100644 --- a/internal/version.go +++ b/internal/version.go @@ -1,4 +1,4 @@ package internal // Version is the next development version of the application -const Version = "" +const Version = "v0.30.0"