Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdee committed Nov 26, 2020
1 parent 017b692 commit 7ec1518
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Version 1.0.0
- Mainnet release

# Version 0.9.5
- Pre-mainnet release
- Update slashing protection import/export format to version 5
Expand Down
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ import (
)

// ReleaseVersion is the release version for the code.
var ReleaseVersion = "0.9.6"
var ReleaseVersion = "1.0.0"

// BuildVersion is the build version for the code.
var BuildVersion = uint64(2)
var BuildVersion = uint64(3)

func main() {
ctx, cancel := context.WithCancel(context.Background())
Expand Down

0 comments on commit 7ec1518

Please sign in to comment.