Skip to content

Commit

Permalink
1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikurt committed Jun 22, 2022
1 parent 3cf3bcf commit ac2a43e
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 @@ -191,7 +191,7 @@ const PROTOCOL_UPGRADE_SCHEDULE: Lazy<
schedule
.insert(53, Some(ProtocolUpgradeVotingSchedule::from_str("2022-05-23 15:00:00").unwrap()));
schedule
.insert(54, Some(ProtocolUpgradeVotingSchedule::from_str("2022-05-30 15:00:00").unwrap()));
.insert(54, Some(ProtocolUpgradeVotingSchedule::from_str("2022-06-27 15:00:00").unwrap()));
schedule
});

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.27.0-rc.5"
version = "1.27.0"
authors = ["Near Inc <[email protected]>"]
publish = false
# Please update rust-toolchain.toml as well when changing version here:
Expand Down

0 comments on commit ac2a43e

Please sign in to comment.