Align versions for runtimes (#1517)

This commit is contained in:
Branislav Kontur
2022-08-09 16:26:48 +02:00
parent 3e51e5047c
commit f5cb8e3a03
2 changed files with 2 additions and 2 deletions
@@ -1,6 +1,6 @@
[package]
name = "penpal-runtime"
version = "0.1.0"
version = "0.9.27"
authors = ["Anonymous"]
description = "A parachain for communication back and forth with XCM of assets and uniques."
license = "Unlicense"
@@ -192,7 +192,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("penpal-parachain"),
impl_name: create_runtime_str!("penpal-parachain"),
authoring_version: 1,
spec_version: 1,
spec_version: 9270,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,