From 4e2c06d3ea071bf94c1f646b64cfa97c563c0acb Mon Sep 17 00:00:00 2001 From: srahul3 Date: Fri, 9 May 2025 09:44:27 +0530 Subject: [PATCH] bump version to 0.9.0 --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index b5f7560..27d1596 100644 --- a/version/version.go +++ b/version/version.go @@ -25,7 +25,7 @@ var ( // Version is the main version number that is being run at the moment. // Note: our current release process does a pattern match on this variable. - Version = "0.8.0" + Version = "0.9.0" // VersionPrerelease is a pre-release marker for the version. If this is "" // (empty string) then it means that it is a final release. Otherwise, this