Skip to content

Commit

Permalink
1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikurt committed May 30, 2023
1 parent 3ed9d56 commit 78b8650
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 @@ -193,7 +193,7 @@ pub const PROTOCOL_UPGRADE_SCHEDULE: Lazy<ProtocolUpgradeVotingSchedule> = Lazy:
// after the set date. Ideally that should be during working hours.
// e.g. ProtocolUpgradeVotingSchedule::from_env_or_str("2000-01-01 15:00:00").unwrap());

ProtocolUpgradeVotingSchedule::from_env_or_str("2023-06-12 15:00:00").unwrap() // Monday
ProtocolUpgradeVotingSchedule::from_env_or_str("2023-06-12 15:00:00").unwrap()
});

/// Gives new clients an option to upgrade without announcing that they support
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.34.0-rc.2"
version = "1.34.0"
authors.workspace = true
publish = false
edition.workspace = true
Expand Down

0 comments on commit 78b8650

Please sign in to comment.