From a8f78e98612f646cae053959bed0b0dccc69da4e Mon Sep 17 00:00:00 2001 From: sriv Date: Mon, 29 Jan 2024 21:23:04 +0530 Subject: [PATCH] bump minor version, breaks backward compatibility with plugins Signed-off-by: sriv --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 1cc06007c..673c83f85 100644 --- a/version/version.go +++ b/version/version.go @@ -14,7 +14,7 @@ import ( ) // CurrentGaugeVersion represents the current version of Gauge -var CurrentGaugeVersion = &Version{1, 5, 7} +var CurrentGaugeVersion = &Version{1, 6, 0} // BuildMetadata represents build information of current release (e.g, nightly build information) var BuildMetadata = ""