From 7fb0704baa9bf8dc8ade1a79b62762767da9a649 Mon Sep 17 00:00:00 2001 From: Yashk767 <76935991+Yashk767@users.noreply.github.com> Date: Fri, 14 Oct 2022 17:26:48 +0530 Subject: [PATCH] updated version to v1.0.5-alpha (#978) --- core/version.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/version.go b/core/version.go index 3b11d263b..9193ea550 100644 --- a/core/version.go +++ b/core/version.go @@ -3,10 +3,10 @@ package core import "fmt" const ( - VersionMajor = 1 // Major version component of the current release - VersionMinor = 0 // Minor version component of the current release - VersionPatch = 4 // Patch version component of the current release - VersionMeta = "" // Version metadata to append to the version string + VersionMajor = 1 // Major version component of the current release + VersionMinor = 0 // Minor version component of the current release + VersionPatch = 5 // Patch version component of the current release + VersionMeta = "alpha" // Version metadata to append to the version string ) // Version holds the textual version string.