Skip to content

Commit

Permalink
update metaversion to beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
unclezoro committed Jul 3, 2020
1 parent 6f46fc0 commit 2f2778d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions cmd/faucet/faucet.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2f2778d

Please sign in to comment.