Merge tag '0.0.3' into develop

Dependencies update
This commit is contained in:
wpetit 2021-07-09 13:50:02 +02:00
commit 8f47f7e503
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