From a81966358bb7d3d469b261375f7f197699cc376a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Fri, 9 Aug 2024 00:31:13 -0400 Subject: [PATCH] Release Incus 6.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 63cf3e2fc07..7d1e14be1d0 100644 --- a/internal/version/flex.go +++ b/internal/version/flex.go @@ -1,4 +1,4 @@ package version // Version contains the version number. -var Version = "6.3" +var Version = "6.4"