Skip to content

Commit 5fa4ab0

Browse files
committed
Update to 0,5
1 parent fb71092 commit 5fa4ab0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ tasks:
88
init: |
99
sed -i '1,$s/sdkman_auto_answer=false/sdkman_auto_answer=true/' /home/gitpod/.sdkman/etc/config
1010
sed -i '1,$s/sdkman_selfupdate_enable=true/sdkman_selfupdate_enable=false/' /home/gitpod/.sdkman/etc/config
11-
sdk install java 22.1.0.r17-grl -y
11+
sdk install java 22.3.3.r17-grl -y
1212
gu install native-image

RELEASES.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ chmod 755 src/main/dist/astra-init.sh
107107
```
108108
zip astra-cli-0.4.zip *
109109
zip astra-cli-0.4-linux.zip *
110-
zip astra-cli-0.4-mac.zip *
110+
zip astra-cli-0.5-mac.zip *
111111
tar -czf astra-cli-0.4-homebrew.tar.gz *
112112
brew create https://github.com/datastax/astra-cli/releases/download/0.4/astra-cli-0.4-homebrew.tar.gz
113113
```

src/main/dist/astra-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ echo " \/ \/ \/ "
2727
echo " "
2828

2929
# Global variables
30-
ASTRA_CLI_VERSION="0.4"
30+
ASTRA_CLI_VERSION="0.5"
3131

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

0 commit comments

Comments
 (0)