Skip to content

Commit 405a494

Browse files
chore(release): 1.0.8 [skip ci]
## [1.0.8](v1.0.7...v1.0.8) (2021-10-26) ### Bug Fixes * Update install script on new release ([ad4ed5b](ad4ed5b))
1 parent ad4ed5b commit 405a494

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.8](https://github.com/usecloudstate/cli/compare/v1.0.7...v1.0.8) (2021-10-26)
2+
3+
4+
### Bug Fixes
5+
6+
* Update install script on new release ([ad4ed5b](https://github.com/usecloudstate/cli/commit/ad4ed5b86ef25865875fd83968ee749641525f05))
7+
18
## [1.0.7](https://github.com/usecloudstate/cli/compare/v1.0.6...v1.0.7) (2021-10-26)
29

310

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
mkdir -p cloudstate/bin
5050
cd cloudstate/bin
5151
52-
URL="https://github.com/usecloudstate/cli/releases/download/CLI_VERSION/cloudstate-cli-\$OS-\$ARCH"
52+
URL="https://github.com/usecloudstate/cli/releases/download/1.0.8/cloudstate-cli-\$OS-\$ARCH"
5353
5454
echo "Installing CLI from \$URL"
5555
if [ \$(command -v curl) ]; then

0 commit comments

Comments
 (0)