Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump astria-go version to 0.15.1 (#94)
## Description Update astria-go install version from `v0.15.0` to latest release `0.15.1` ## Testing Manually tested commands ``` curl -L https://github.com/astriaorg/astria-cli-go/releases/download/v0.15.1/astria-go-v0.15.1-darwin-arm64.tar.gz > astria-cli.tar.gz tar -xvzf astria-cli.tar.gz mv astria-go /usr/local/bin/ astria-go version ``` confirmed that printed version is `v0.15.1`
- Loading branch information