From ebbac1d41050cc7da6817e750dea6633d8672223 Mon Sep 17 00:00:00 2001 From: Nathan Coleman Date: Tue, 15 Oct 2024 11:25:29 -0400 Subject: [PATCH] Update version.go to reflect new dev version (#647) --- 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 3bd1170c..1dcc3f3c 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 = "1.6.0" + Version = "1.6.1" // 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