Skip to content

Commit

Permalink
chore(release): 1.0.12 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.12](v1.0.11...v1.0.12) (2021-10-26)

### Bug Fixes

* Fix post setup instructions to consult .env ([28b691b](28b691b))
  • Loading branch information
semantic-release-bot committed Oct 26, 2021
1 parent 28b691b commit f06ca60
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 1 deletion.
Binary file modified bin/cloudstate-cli-darwin-amd64
Binary file not shown.
Binary file modified bin/cloudstate-cli-linux-386
Binary file not shown.
Binary file modified bin/cloudstate-cli-linux-amd64
Binary file not shown.
Binary file modified bin/cloudstate-cli-windows-386.exe
Binary file not shown.
Binary file modified bin/cloudstate-cli-windows-amd64.exe
Binary file not shown.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.12](https://github.com/usecloudstate/cli/compare/v1.0.11...v1.0.12) (2021-10-26)


### Bug Fixes

* Fix post setup instructions to consult .env ([28b691b](https://github.com/usecloudstate/cli/commit/28b691b1d5d4c5c87f0b40337c3585f947eb5d14))

## [1.0.11](https://github.com/usecloudstate/cli/compare/v1.0.10...v1.0.11) (2021-10-26)


Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
mkdir -p cloudstate/bin
cd cloudstate/bin
URL="https://github.com/usecloudstate/cli/releases/download/v1.0.11/cloudstate-cli-\$OS-\$ARCH"
URL="https://github.com/usecloudstate/cli/releases/download/v1.0.12/cloudstate-cli-\$OS-\$ARCH"
echo "Installing CLI from \$URL"
if [ \$(command -v curl) ]; then
Expand Down

0 comments on commit f06ca60

Please sign in to comment.