Skip to content

Commit

Permalink
Merge branch 'main' into assert
Browse files Browse the repository at this point in the history
  • Loading branch information
Manav-Aggarwal authored Nov 23, 2023
2 parents d574abd + 645ee90 commit 8280d3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Steps

* Update config version in [config/defaults.go](https://github.com/rollkit/rollkit/blob/main/config/defaults.go)
* Release new Rollkit version
* Update [Rollkit/Cosmos-SDK](https://github.com/rollkit/cosmos-sdk) with the newly released Rollkit version
* Release new Rollkit/Cosmos-SDK version
Expand Down
5 changes: 3 additions & 2 deletions config/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ import (
const (
// DefaultListenAddress is a default listen address for P2P client.
DefaultListenAddress = "/ip4/0.0.0.0/tcp/7676"
// Version is the current rollkit version and is used for checking RPC compatibility??
Version = "0.4.0"
// Version is the current rollkit version
// Please keep updated with each new release
Version = "0.12.0"
)

// DefaultNodeConfig keeps default values of NodeConfig
Expand Down

0 comments on commit 8280d3b

Please sign in to comment.