Skip to content

Commit 4dfd305

Browse files
committed
Update optimizer version in README to 0.17.0
1 parent c290f83 commit 4dfd305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To compile the contracts, use the CosmWasm optimizer:
3434
docker run --rm -v "$(pwd)":/code \
3535
--mount type=volume,source="$(basename "$(pwd)")_cache",target=/target \
3636
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
37-
cosmwasm/optimizer:0.16.1
37+
cosmwasm/optimizer:0.17.0
3838
```
3939

4040
## Development

0 commit comments

Comments
 (0)