Skip to content

Commit

Permalink
Merge pull request #801 from CosmWasm/release-0.15-2
Browse files Browse the repository at this point in the history
Update optimizer to v0.12.8
  • Loading branch information
maurolacy authored Sep 14, 2022
2 parents 25589d2 + 712971d commit b44b3b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ jobs:
- run:
name: Build development contracts
command: |
docker run --volumes-from with_code cosmwasm/workspace-optimizer:0.12.6
docker run --volumes-from with_code cosmwasm/workspace-optimizer:0.12.8
docker cp with_code:/code/artifacts ./artifacts
- run:
name: Show data
Expand Down
2 changes: 1 addition & 1 deletion scripts/optimizer.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:

U="cosmwasm"
V="0.12.6"
V="0.12.8"

M=$(uname -m)
#M="x86_64" # Force Intel arch
Expand Down

0 comments on commit b44b3b1

Please sign in to comment.