Skip to content

Commit c5c5d50

Browse files
committed
chore(workspace): bump
1 parent d4a3a79 commit c5c5d50

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "virto-node"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
authors = ['Virto Team <[email protected]>']
55
license = "GPL-3.0-only"
66
homepage = 'https://github.com/virto-network/virto-node'

runtime/kreivo/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "kreivo-runtime"
33
description = "Kreivo Runtime"
4-
version = "0.11.0"
4+
version = "0.12.0"
55
authors = ['Virto Team <[email protected]>']
66
license = "GPL-3.0-only"
77
homepage = 'https://github.com/virto-network/virto-node'

runtime/kreivo/src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
142142
spec_name: create_runtime_str!("kreivo-parachain"),
143143
impl_name: create_runtime_str!("kreivo-parachain"),
144144
authoring_version: 1,
145-
spec_version: 108,
145+
spec_version: 109,
146146
impl_version: 0,
147147
apis: RUNTIME_API_VERSIONS,
148-
transaction_version: 6,
148+
transaction_version: 7,
149149
state_version: 1,
150150
};
151151

0 commit comments

Comments
 (0)