Skip to content

Commit cc59616

Browse files
authored
Add version 1.17, also as previous option (#211)
1 parent f39d145 commit cc59616

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

bedrock-entry.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ case ${VERSION^^} in
3030
1.13)
3131
VERSION=1.13.0.34
3232
;;
33-
1.14|PREVIOUS)
33+
1.14)
3434
VERSION=1.14.60.5
3535
;;
3636
1.16.1)
@@ -39,6 +39,12 @@ case ${VERSION^^} in
3939
1.16)
4040
VERSION=1.16.20.03
4141
;;
42+
1.17|PREVIOUS)
43+
VERSION=1.17.41.01
44+
;;
45+
1.17.41)
46+
VERSION=1.17.41.01
47+
;;
4248
LATEST)
4349
echo "Looking up latest version..."
4450
for a in data-platform ; do

0 commit comments

Comments
 (0)