mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
auto update of scripts/bootstrapit_update.sh
This commit is contained in:
parent
2cb7f53f6d
commit
cba85e0385
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ if [[ -z $MODULE_NAME ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -z $PACKAGE_VERSION ]]; then
|
if [[ -z $PACKAGE_VERSION ]]; then
|
||||||
PACKAGE_VERSION="$(date + 'v%Y%m.0001-alpha')"
|
PACKAGE_VERSION="$(date +'v%Y%m.0001-alpha')"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -z $DEFAULT_PYTHON_VERSION ]]; then
|
if [[ -z $DEFAULT_PYTHON_VERSION ]]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue