From 671e8dea66f04accf0f4089758add77ef17ec6bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Thu, 27 Jun 2024 21:47:28 -0400 Subject: [PATCH] Release Incus 6.0.1 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 f583a6748ed..044ca43cafa 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.0.0" +var Version = "6.0.1"