Skip to content

Commit 1451090

Browse files
Manav-AggarwalGanesha Upadhyaya
authored andcommitted
Bump config version (#1353)
<!-- Please read and fill out this form before submitting your PR. Please make sure you have reviewed our contributors guide before submitting your first PR. --> ## Overview Closes: #1323 <!-- Please provide an explanation of the PR, including the appropriate context, background, goal, and rationale. If there is an issue with this information, please provide a tl;dr and link the issue. --> ## Checklist <!-- Please complete the checklist to ensure that the PR is ready to be reviewed. IMPORTANT: PRs should be left in Draft until the below checklist is completed. --> - [x] New and updated code has appropriate documentation - [ ] New and updated code has new and/or updated testing - [x] Required CI checks are passing - [ ] Visual proof for any user facing features like CLI or documentation updates - [x] Linked issues closed with keywords <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Updated the software to version 0.12.0, enhancing overall functionality. - **Documentation** - Added new steps in the release process to ensure version consistency across releases. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 924a906 commit 1451090

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

RELEASE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Steps
44

5+
* Update config version in [config/defaults.go](https://github.com/rollkit/rollkit/blob/main/config/defaults.go)
56
* Release new Rollkit version
67
* Update [Rollkit/Cosmos-SDK](https://github.com/rollkit/cosmos-sdk) with the newly released Rollkit version
78
* Release new Rollkit/Cosmos-SDK version

config/defaults.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ import (
99
const (
1010
// DefaultListenAddress is a default listen address for P2P client.
1111
DefaultListenAddress = "/ip4/0.0.0.0/tcp/7676"
12-
// Version is the current rollkit version and is used for checking RPC compatibility??
13-
Version = "0.4.0"
12+
// Version is the current rollkit version
13+
// Please keep updated with each new release
14+
Version = "0.12.0"
1415
)
1516

1617
// DefaultNodeConfig keeps default values of NodeConfig

0 commit comments

Comments
 (0)