Skip to content

Commit

Permalink
Release/0.4.1 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb authored May 13, 2024
1 parent 25f0422 commit 90a6ad4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
runtime: [bajun]
runtime: [ bajun ]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Get crate and release versions
run: |
echo "CRATE_VERSIONS=$(cargo tree --depth=0 --workspace | egrep -o '[0-9]+\.[0-9]+\.[0-9]+\-?[a-z0-9]*' | uniq)" >> $GITHUB_ENV
echo "CRATE_VERSIONS=$(cargo tree --depth=0 --workspace | egrep -o '[0-9]+\.[0-9]+\.[0-9]+' | uniq)" >> $GITHUB_ENV
echo "RELEASE_VERSION=${GITHUB_REF_NAME#release/}" >> $GITHUB_ENV
- name: Check release version is bumped
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
runtime: [bajun]
runtime: [ bajun ]
env:
SUBWASM_VERSION: v0.20.0
steps:
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
runtime: [bajun]
runtime: [ bajun ]
include:
- runtime: bajun
network_key: ONF_BAJUN_NETWORK_KEY
Expand Down
4 changes: 2 additions & 2 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = [ "Ajuna Network <https://github.com/ajuna-network>" ]
edition = "2021"
homepage = "https://ajuna.io"
repository = "https://github.com/ajuna-network/Ajuna"
version = "0.4.0-rc4"
version = "0.4.1"

[workspace]
resolver = "2"
Expand Down
2 changes: 1 addition & 1 deletion runtime/bajun/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("bajun"),
impl_name: create_runtime_str!("bajun"),
authoring_version: 1,
spec_version: 400,
spec_version: 401,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down

0 comments on commit 90a6ad4

Please sign in to comment.