Skip to content

Commit

Permalink
release executor v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mschneider committed Nov 6, 2024
1 parent ddee546 commit 6608fc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-verifiable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Verifiable Build
run: |
anchor build --verifiable --docker-image backpackapp/build:v0.28.0 --solana-version 1.17.34 --env GITHUB_SHA --env GITHUB_REF_NAME
anchor build --verifiable --program-name ${{ env.APP_NAME }} --docker-image backpackapp/build:v0.28.0 --solana-version 1.17.34 --env GITHUB_SHA --env GITHUB_REF_NAME
- name: Generate Checksum
run: |
Expand Down
2 changes: 1 addition & 1 deletion 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 programs/autobahn-executor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "autobahn-executor"
version = "1.0.1"
version = "1.1.0"
edition = "2021"

[features]
Expand Down

0 comments on commit 6608fc8

Please sign in to comment.