Skip to content

Commit

Permalink
Update to 0,5
Browse files Browse the repository at this point in the history
  • Loading branch information
clun committed Nov 2, 2023
1 parent fb71092 commit 5fa4ab0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ tasks:
init: |
sed -i '1,$s/sdkman_auto_answer=false/sdkman_auto_answer=true/' /home/gitpod/.sdkman/etc/config
sed -i '1,$s/sdkman_selfupdate_enable=true/sdkman_selfupdate_enable=false/' /home/gitpod/.sdkman/etc/config
sdk install java 22.1.0.r17-grl -y
sdk install java 22.3.3.r17-grl -y
gu install native-image
2 changes: 1 addition & 1 deletion RELEASES.MD
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ chmod 755 src/main/dist/astra-init.sh
```
zip astra-cli-0.4.zip *
zip astra-cli-0.4-linux.zip *
zip astra-cli-0.4-mac.zip *
zip astra-cli-0.5-mac.zip *
tar -czf astra-cli-0.4-homebrew.tar.gz *
brew create https://github.com/datastax/astra-cli/releases/download/0.4/astra-cli-0.4-homebrew.tar.gz
```
Expand Down
2 changes: 1 addition & 1 deletion src/main/dist/astra-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ echo " \/ \/ \/ "
echo " "

# Global variables
ASTRA_CLI_VERSION="0.4"
ASTRA_CLI_VERSION="0.5"

echo "Installing Astra Cli$(tput setaf 6) $ASTRA_CLI_VERSION $(tput setaf 7) please wait... "

Expand Down

0 comments on commit 5fa4ab0

Please sign in to comment.