Skip to content

Commit

Permalink
Bump Runtime and Node versions (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelDD1 authored Sep 21, 2022
1 parent fc0f39b commit 86af7d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "data-avail"
version = "1.0.0"
version = "1.1.0"
description = "Polygon Data Avilability Node."
authors = ["Anonymous"]
homepage = "https://polygon.technology/"
Expand Down
4 changes: 2 additions & 2 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// and set impl_version to 0. If only runtime
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 4,
impl_version: 1,
spec_version: 5,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
};
Expand Down

0 comments on commit 86af7d1

Please sign in to comment.