From 465a0f463af1e7b8857cd025c2ad31c00e07fa04 Mon Sep 17 00:00:00 2001 From: Tuna Date: Fri, 17 Aug 2018 10:47:03 +0700 Subject: [PATCH] declare alpha version --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index 5176c4e445..03e2effff2 100644 --- a/params/version.go +++ b/params/version.go @@ -24,7 +24,7 @@ const ( VersionMajor = 0 // Major version component of the current release VersionMinor = 1 // Minor version component of the current release VersionPatch = 0 // Patch version component of the current release - VersionMeta = "unstable" // Version metadata to append to the version string + VersionMeta = "alpha" // Version metadata to append to the version string ) // Version holds the textual version string.