Skip to content

Commit

Permalink
Merge pull request #107 from maticnetwork/AV-44-review-and-prepare-re…
Browse files Browse the repository at this point in the history
…lease-of-node

Bump some version
  • Loading branch information
MiguelDD1 authored Nov 8, 2022
2 parents 20d448e + 46b54cf commit 1539b20
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 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.3.0"
description = "Polygon Data Avilability Node."
authors = ["Anonymous"]
homepage = "https://polygon.technology/"
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "da-runtime"
version = "4.0.0"
version = "6.0.0"
authors = ["Anonymous"]
description = "Polygon Data Avilability Runtime"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ 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: 5,
spec_version: 6,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down

0 comments on commit 1539b20

Please sign in to comment.