From ce9a5a9eb16ecc45831ca3f49d327a9e46f26a00 Mon Sep 17 00:00:00 2001 From: Haroon Sheikh Date: Wed, 29 Jan 2025 10:42:10 +0000 Subject: [PATCH] Updates the gauge version to fix releases (#2691) --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index aaf218917f..d69df432e5 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, 6, 11} +var CurrentGaugeVersion = &Version{1, 6, 12} // BuildMetadata represents build information of current release (e.g, nightly build information) var BuildMetadata = ""