From 37943297af24ee7930223fb5e5fdc26079953a08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Thu, 21 Dec 2023 03:00:56 -0500 Subject: [PATCH] Release Incus 0.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- internal/version/flex.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version/flex.go b/internal/version/flex.go index a301278919d..86a820a9233 100644 --- a/internal/version/flex.go +++ b/internal/version/flex.go @@ -1,4 +1,4 @@ package version // Version contains the version number. -var Version = "0.3" +var Version = "0.4"