Skip to content

Commit dd2f8ad

Browse files
chore: bump to version 2.5.0-rc3 (specVersion: 141)
1 parent 7617bd6 commit dd2f8ad

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

bridge/tfchain_bridge/chart/tfchainbridge/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ type: application
66

77
version: 0.2.2
88

9-
appVersion: '2.5.0-rc1'
9+
appVersion: '2.5.0-rc3'

substrate-node/Cargo.lock

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

substrate-node/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ homepage = "https://threefold.io/"
66
license-file = "LICENSE"
77
readme = "README.md"
88
repository = "https://github.com/threefoldtech/tfchain3"
9-
version = "2.5.0-rc1"
9+
version = "2.5.0-rc3"
1010

1111
[workspace]
1212
members = [

substrate-node/charts/substrate-node/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: substrate-node
33
description: Tfchain node
44
type: application
55
version: 0.3.0
6-
appVersion: '2.5.0-rc1'
6+
appVersion: '2.5.0-rc3'

substrate-node/runtime/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
147147
spec_name: create_runtime_str!("substrate-threefold"),
148148
impl_name: create_runtime_str!("substrate-threefold"),
149149
authoring_version: 1,
150-
spec_version: 140,
150+
spec_version: 141,
151151
impl_version: 1,
152152
apis: RUNTIME_API_VERSIONS,
153153
transaction_version: 2,

0 commit comments

Comments
 (0)