Skip to content

Commit

Permalink
Merge branch 'main' into francisco-invarch_governance
Browse files Browse the repository at this point in the history
  • Loading branch information
Anny0nn committed Nov 12, 2024
2 parents e2733e3 + 264a2bd commit c396704
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
cat ${{ github.event.inputs.chain }}-subwam-info.txt
- name: Archive Artifacts for ${{ github.event.inputs.chain }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.inputs.chain }}-runtime
path: |
Expand Down
4 changes: 2 additions & 2 deletions invarch/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 invarch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
homepage = "https://invarch.network"
license = "GPL-3.0"
repository = "https://github.com/Abstracted-Labs/InvArch/"
version = "1.2.0"
version = "1.2.2"

[profile.release]
panic = 'unwind'
Expand Down
2 changes: 1 addition & 1 deletion invarch/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("invarch"),
impl_name: create_runtime_str!("invarch"),
authoring_version: 1,
spec_version: 8,
spec_version: 10,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down

0 comments on commit c396704

Please sign in to comment.