Skip to content

Commit

Permalink
Change version and chain id
Browse files Browse the repository at this point in the history
  • Loading branch information
danil-lashin committed Mar 5, 2020
1 parent 0743424 commit 3b4fbd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/types/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const (
ChainTestnet = 0x02
ChainMainnet = 0x01

CurrentChainID = ChainMainnet
CurrentChainID = ChainTestnet
)

var (
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const (

var (
// Must be a string because scripts like dist.sh read this file.
Version = "1.1.0"
Version = "1.1.0-testnet"

// GitCommit is the current HEAD set using ldflags.
GitCommit string
Expand Down

0 comments on commit 3b4fbd2

Please sign in to comment.