-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: post v0.10.34 release cleanup #1595
Conversation
I thought we bumb the spec only at the end of the release process, has this changed? |
Doing this here was a result of a slack discussion I could not find quickly. IMO, it makes sense to bump the version right after a release for two reasons:
However, I have no strong opinion here. WDYT? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking care of this kind of PRs!
@@ -140,7 +140,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { | |||
spec_name: create_runtime_str!("centrifuge-devel"), | |||
impl_name: create_runtime_str!("centrifuge-devel"), | |||
authoring_version: 1, | |||
spec_version: 1032, | |||
spec_version: 1033, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Out of curiosity, why bumping 2 numbers?
No, I am fine with that too. Was first wondering whether it incures any danger of upgrading without notice, but shouldn't be. |
Description
spec_version
for chains which were upgraded (Altair was not) by oneChecklist: