Skip to content

Commit

Permalink
1.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
posvyatokum committed Dec 12, 2022
1 parent 9a3edd1 commit 9b0275d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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
Expand Up @@ -183,7 +183,7 @@ const PROTOCOL_UPGRADE_SCHEDULE: Lazy<HashMap<ProtocolVersion, ProtocolUpgradeVo
let mut schedule = HashMap::new();
// Update to latest protocol version on release.
schedule
.insert(57, ProtocolUpgradeVotingSchedule::from_str("2022-10-10 15:00:00").unwrap());
.insert(57, ProtocolUpgradeVotingSchedule::from_str("2022-12-19 15:00:00").unwrap());

/*
// Final shardnet release. Do not include it in testnet or mainnet releases.
Expand Down
2 changes: 1 addition & 1 deletion nearcore/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "nearcore"
version = "1.30.0-rc.6"
version = "1.30.0"
authors = ["Near Inc <hello@nearprotocol.com>"]
publish = false
# Please update rust-toolchain.toml as well when changing version here:
Expand Down
2 changes: 1 addition & 1 deletion neard/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "neard"
version = "1.30.0-rc.6"
version = "1.30.0"
authors = ["Near Inc <hello@nearprotocol.com>"]
publish = false
# Please update rust-toolchain.toml as well when changing version here:
Expand Down

0 comments on commit 9b0275d

Please sign in to comment.