Skip to content

Commit

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

### Bug Fixes

* Update install script on new release ([ad4ed5b](ad4ed5b))
  • Loading branch information
semantic-release-bot committed Oct 26, 2021
1 parent ad4ed5b commit 405a494
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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.8](https://github.com/usecloudstate/cli/compare/v1.0.7...v1.0.8) (2021-10-26)


### Bug Fixes

* Update install script on new release ([ad4ed5b](https://github.com/usecloudstate/cli/commit/ad4ed5b86ef25865875fd83968ee749641525f05))

## [1.0.7](https://github.com/usecloudstate/cli/compare/v1.0.6...v1.0.7) (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/CLI_VERSION/cloudstate-cli-\$OS-\$ARCH"
URL="https://github.com/usecloudstate/cli/releases/download/1.0.8/cloudstate-cli-\$OS-\$ARCH"
echo "Installing CLI from \$URL"
if [ \$(command -v curl) ]; then
Expand Down

0 comments on commit 405a494

Please sign in to comment.