Skip to content

Commit d243c4c

Browse files
committed
Viva la 4.0
Signed-off-by: Brian Hardock <brian.hardock@fermyon.com>
1 parent 1b94e39 commit d243c4c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

downloads/install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ esac
117117

118118
# Check desired version. Default to latest if no desired version was requested
119119
if [[ -z $VERSION ]]; then
120-
# VERSION=$(curl -so- https://github.com/spinframework/spin/releases | grep 'href="/spinframework/spin/releases/tag/v[0-9]*.[0-9]*.[0-9]*\"' | sed -E 's/.*\/spinframework\/spin\/releases\/tag\/(v[0-9\.]+)".*/\1/g' | head -1)
121-
VERSION="v3.6.3"
120+
VERSION=$(curl -so- https://github.com/spinframework/spin/releases | grep 'href="/spinframework/spin/releases/tag/v[0-9]*.[0-9]*.[0-9]*\"' | sed -E 's/.*\/spinframework\/spin\/releases\/tag\/(v[0-9\.]+)".*/\1/g' | head -1)
122121
fi
123122

124123
# Constructing download FILE and URL

0 commit comments

Comments
 (0)