From 34792979dff84dfb53f2820250f48e8c1275f11b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Peliz=C3=A4us?= Date: Thu, 23 Apr 2026 13:59:21 +0200 Subject: [PATCH] version: Set 3.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julian Pelizäus --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index c9f04311f..1c71ba7ea 100644 --- a/version/version.go +++ b/version/version.go @@ -3,7 +3,7 @@ package version // RawVersion is the current daemon version of MicroCloud. // LTS versions also include the patch number. -const RawVersion = "3.1" +const RawVersion = "3.2" // LTS should be set if the current version is an LTS (long-term support) version. const LTS = false