Skip to content

Commit 07362ef

Browse files
committed
chore: bump version to 2.5.0
1 parent 983e359 commit 07362ef

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed

activation-service/helm/tfchainactivationservice/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: tfchainactivationservice
33
description: TFchain account activation funding service
44
type: application
55
version: 0.1.3
6-
appVersion: "2.5.0-rc3"
6+
appVersion: "2.5.0"

bridge/tfchain_bridge/chart/tfchainbridge/Chart.yaml

Lines changed: 1 addition & 1 deletion
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-rc7'
9+
appVersion: '2.5.0'

docs/misc/validating_runtime.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To validate such runtime you can use [subwasm](https://github.com/chevdor/subwas
1010
cargo install --locked --git https://github.com/chevdor/subwasm --tag v0.19.1
1111
```
1212

13-
Verify installation
13+
Verify installation
1414

1515
`subwasm -v`
1616

@@ -91,4 +91,4 @@ Should output something like:
9191
📦 IPFS: https://www.ipfs.io/ipfs/QmPzNPVi5vG3UkAXuzQAv9WHjvoQ9jim9NYu2aMPtxRXJ7
9292
```
9393

94-
Now compare `Blake2-256 hash` with the one from the srtool output.
94+
Now compare `Blake2-256 hash` with the one from the srtool output.

substrate-node/Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

substrate-node/Cargo.toml

Lines changed: 1 addition & 1 deletion
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-rc7"
9+
version = "2.5.0"
1010

1111
[workspace]
1212
members = [

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

Lines changed: 1 addition & 1 deletion
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-rc7'
6+
appVersion: '2.5.0'

0 commit comments

Comments
 (0)