diff --git a/misc/script/install b/misc/script/install index 47977f4..bd13ce4 100755 --- a/misc/script/install +++ b/misc/script/install @@ -2,8 +2,8 @@ set -eo pipefail -SCAFFOLD_VERSION=${SCAFFOLD_VERSION:-0.0.2} -RELEASE_INFO_URL=https://forge.cadoles.com/api/v1/repos/wpetit/scaffold/releases/tags/0.0.2 +SCAFFOLD_VERSION="${SCAFFOLD_VERSION:-0.0.3}" +RELEASE_INFO_URL="https://forge.cadoles.com/api/v1/repos/wpetit/scaffold/releases/tags/${SCAFFOLD_VERSION}" function assert_command_available { local command=$1