Skip to content

Commit

Permalink
1.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Kurtov committed Feb 7, 2023
1 parent f709cdc commit 1c6fa35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/primitives/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ pub const PROTOCOL_VERSION: ProtocolVersion = if cfg!(feature = "nightly_protoco
/// it’s set according to the schedule for that protocol upgrade. Release
/// candidates usually have separate schedule to final releases.
pub const PROTOCOL_UPGRADE_SCHEDULE: Lazy<ProtocolUpgradeVotingSchedule> =
Lazy::new(|| ProtocolUpgradeVotingSchedule::from_str("2023-02-02 15:00:00").unwrap());
Lazy::new(|| ProtocolUpgradeVotingSchedule::from_str("2023-02-13 15:00:00").unwrap());

/// Gives new clients an option to upgrade without announcing that they support
/// the new version. This gives non-validator nodes time to upgrade. See
Expand Down
2 changes: 1 addition & 1 deletion neard/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neard"
version = "1.31.0-rc.4"
version = "1.31.0"
authors.workspace = true
publish = false
edition.workspace = true
Expand Down

0 comments on commit 1c6fa35

Please sign in to comment.