Skip to content

Commit

Permalink
chore: bump version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renauter committed Sep 11, 2023
1 parent 983e359 commit 07362ef
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: tfchainactivationservice
description: TFchain account activation funding service
type: application
version: 0.1.3
appVersion: "2.5.0-rc3"
appVersion: "2.5.0"
2 changes: 1 addition & 1 deletion bridge/tfchain_bridge/chart/tfchainbridge/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ type: application

version: 0.2.2

appVersion: '2.5.0-rc7'
appVersion: '2.5.0'
4 changes: 2 additions & 2 deletions docs/misc/validating_runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To validate such runtime you can use [subwasm](https://github.com/chevdor/subwas
cargo install --locked --git https://github.com/chevdor/subwasm --tag v0.19.1
```

Verify installation
Verify installation

`subwasm -v`

Expand Down Expand Up @@ -91,4 +91,4 @@ Should output something like:
📦 IPFS: https://www.ipfs.io/ipfs/QmPzNPVi5vG3UkAXuzQAv9WHjvoQ9jim9NYu2aMPtxRXJ7
```

Now compare `Blake2-256 hash` with the one from the srtool output.
Now compare `Blake2-256 hash` with the one from the srtool output.
26 changes: 13 additions & 13 deletions substrate-node/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion substrate-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage = "https://threefold.io/"
license-file = "LICENSE"
readme = "README.md"
repository = "https://github.com/threefoldtech/tfchain3"
version = "2.5.0-rc7"
version = "2.5.0"

[workspace]
members = [
Expand Down
2 changes: 1 addition & 1 deletion substrate-node/charts/substrate-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: substrate-node
description: Tfchain node
type: application
version: 0.3.0
appVersion: '2.5.0-rc7'
appVersion: '2.5.0'

0 comments on commit 07362ef

Please sign in to comment.