Skip to content

Commit 7101233

Browse files
version bump
1 parent 8acb93a commit 7101233

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "neuroweb-runtime"
3-
version = "148.0.0"
3+
version = "149.0.0"
44
authors = ["TraceLabs"]
55
description = "NeuroWeb Runtime - Cumulus FRAME-based Substrate Runtime"
66
license = "GPL-3.0-only"

runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
151151
spec_name: create_runtime_str!("origintrail-parachain"),
152152
impl_name: create_runtime_str!("neuroweb"),
153153
authoring_version: 1,
154-
spec_version: 148,
154+
spec_version: 149,
155155
impl_version: 0,
156156
apis: RUNTIME_API_VERSIONS,
157157
transaction_version: 1,

0 commit comments

Comments
 (0)