From 0a5f3e4fd588d63c79c2a0fb3d17bf82fa4ad6aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Fri, 27 Oct 2023 15:02:20 -0400 Subject: [PATCH] Release Incus 0.2 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 9dfe5a68ce9..cba9f051429 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.1" +var Version = "0.2"