Skip to content

Commit

Permalink
1.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelo-gonzalez committed Sep 21, 2022
1 parent 946f48e commit cdebd3f
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 @@ -198,7 +198,7 @@ const PROTOCOL_UPGRADE_SCHEDULE: Lazy<HashMap<ProtocolVersion, ProtocolUpgradeVo
let mut schedule = HashMap::new();
// Update to latest protocol version on release.
schedule
.insert(56, ProtocolUpgradeVotingSchedule::from_str("2022-08-17 15:00:00").unwrap());
.insert(56, ProtocolUpgradeVotingSchedule::from_str("2022-09-28 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.29.0-rc.4"
version = "1.29.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 cdebd3f

Please sign in to comment.