Extract VERSION to avoid duplication

This commit is contained in:
luisangelsm
2026-03-30 17:19:40 +02:00
parent 74aebffd9b
commit 79a8acbd42
9 changed files with 46 additions and 44 deletions

View File

@ -1,7 +1,7 @@
#! /bin/bash
set -e
VERSION=${1:-"9.9.1"}
VERSION=${1:-$(tr -d '\r\n' < VERSION)}
BUILD_NUMBER=${2:-"0"}