From 2f2778deec537f4ac17e8edb679481ebdbcc7c27 Mon Sep 17 00:00:00 2001 From: fudongbai <296179868@qq.com> Date: Fri, 3 Jul 2020 15:04:17 +0800 Subject: [PATCH] update metaversion to beta.0 --- cmd/faucet/faucet.go | 3 +-- params/version.go | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/cmd/faucet/faucet.go b/cmd/faucet/faucet.go index 70bc540c1c3c..6c857a29872c 100644 --- a/cmd/faucet/faucet.go +++ b/cmd/faucet/faucet.go @@ -41,9 +41,8 @@ import ( "sync" "time" - "github.com/ethereum/go-ethereum/accounts/abi" - "github.com/ethereum/go-ethereum/accounts" + "github.com/ethereum/go-ethereum/accounts/abi" "github.com/ethereum/go-ethereum/accounts/keystore" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core" diff --git a/params/version.go b/params/version.go index 6f3efb49721b..d7cb0dd7d6a8 100644 --- a/params/version.go +++ b/params/version.go @@ -23,8 +23,8 @@ import ( 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 = "alpha.0" // Version metadata to append to the version string + VersionPatch = 0 // Patch version component of the current release + VersionMeta = "beta.0" // Version metadata to append to the version string ) // Version holds the textual version string.