From 9f59e6efb0a4fc79af5efaa5679058cde5eb0c97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Peliz=C3=A4us?= Date: Thu, 23 Apr 2026 13:48:08 +0200 Subject: [PATCH] version: Set 2.1.3 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 e53fc2cff..4869130fb 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 = "2.1.2" +const RawVersion = "2.1.3" // LTS should be set if the current version is an LTS (long-term support) version. const LTS = true