From 6f0b00686d0122f68f4affdc4848720d59eb317a Mon Sep 17 00:00:00 2001 From: Yashk767 <76935991+Yashk767@users.noreply.github.com> Date: Mon, 19 Jun 2023 12:10:49 +0530 Subject: [PATCH] updated version to 1.0.6-alpha.4 (#1096) --- core/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/version.go b/core/version.go index 9b2c917bd..33b9b2f85 100644 --- a/core/version.go +++ b/core/version.go @@ -6,7 +6,7 @@ const ( VersionMajor = 1 // Major version component of the current release VersionMinor = 0 // Minor version component of the current release VersionPatch = 6 // Patch version component of the current release - VersionMeta = "alpha.3" // Version metadata to append to the version string + VersionMeta = "alpha.4" // Version metadata to append to the version string ) // Version holds the textual version string.