From 5cc893a5e4727e34095b8a5c9c283306f99327ff Mon Sep 17 00:00:00 2001 From: zjubfd <296179868@qq.com> Date: Tue, 28 Jul 2020 18:12:34 +0800 Subject: [PATCH] prepare for 1.0.0-beta.1 (#20) --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index d7cb0dd7d6..242756b709 100644 --- a/params/version.go +++ b/params/version.go @@ -24,7 +24,7 @@ const ( VersionMajor = 1 // Major version component of the current release VersionMinor = 0 // Minor version component of the current release VersionPatch = 0 // Patch version component of the current release - VersionMeta = "beta.0" // Version metadata to append to the version string + VersionMeta = "beta.1" // Version metadata to append to the version string ) // Version holds the textual version string.