Bump install script release version

This commit is contained in:
wpetit 2021-07-09 13:49:33 +02:00
parent 2089e1922b
commit f78b9ffdbc
1 changed files with 2 additions and 2 deletions

View File

@ -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