Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
danil-lashin committed Dec 10, 2019
1 parent 6431c05 commit 85c68e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/state/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ func (s *State) Import(state types.AppState) error {
for _, a := range state.Accounts {
s.Accounts.SetNonce(a.Address, a.Nonce)

// todo
//if a.MultisigData != nil {
// account.data.MultisigData.Addresses = a.MultisigData.Addresses
// account.data.MultisigData.Threshold = a.MultisigData.Threshold
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-beta1"

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

0 comments on commit 85c68e2

Please sign in to comment.