diff --git a/CHANGELOG.md b/CHANGELOG.md index 48499ae..2b2c55f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/main.go b/main.go index a7c55b2..f72e48d 100644 --- a/main.go +++ b/main.go @@ -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())