Skip to content

Commit

Permalink
Add version 1.17, also as previous option (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
danil625 authored Feb 1, 2022
1 parent f39d145 commit cc59616
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion bedrock-entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ case ${VERSION^^} in
1.13)
VERSION=1.13.0.34
;;
1.14|PREVIOUS)
1.14)
VERSION=1.14.60.5
;;
1.16.1)
Expand All @@ -39,6 +39,12 @@ case ${VERSION^^} in
1.16)
VERSION=1.16.20.03
;;
1.17|PREVIOUS)
VERSION=1.17.41.01
;;
1.17.41)
VERSION=1.17.41.01
;;
LATEST)
echo "Looking up latest version..."
for a in data-platform ; do
Expand Down

0 comments on commit cc59616

Please sign in to comment.