From ace9460cdb1681f34fb5a6c705d62523d6b888f5 Mon Sep 17 00:00:00 2001 From: Nitya Dhanushkodi Date: Mon, 24 Jun 2024 16:22:49 -0700 Subject: [PATCH] prepare dev Signed-off-by: Nitya Dhanushkodi --- pkg/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/version/version.go b/pkg/version/version.go index 49766e0..ca2c871 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -17,7 +17,7 @@ var ( // // Version must conform to the format expected by github.com/hashicorp/go-version // for tests to work. - Version = "0.0.1" + Version = "0.0.2" // A pre-release marker for the version. If this is "" (empty string) // then it means that it is a final release. Otherwise, this is a pre-release