Updated VERSION, Bumped 1.3.4 –> 1.4.0

This commit is contained in:
Kevin Yue 2022-03-02 21:27:43 +08:00
parent e0c2c14dc3
commit 2319c7c49c
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1.3.4 1.4.0

View File

@ -304,7 +304,7 @@ do-versionfile() {
[ -f VERSION ] && ACTION_MSG="Updated" || ACTION_MSG="Created" [ -f VERSION ] && ACTION_MSG="Updated" || ACTION_MSG="Created"
GIT_MSG+="${ACTION_MSG} VERSION, " GIT_MSG+="${ACTION_MSG} VERSION, "
echo $V_USR_INPUT > VERSION # Create file echo $V_USR_INPUT | tr -d "\n" > VERSION # Create file
echo -e "\n${I_OK} ${S_NOTICE}${ACTION_MSG} [${S_NORM}VERSION${S_NOTICE}] file" echo -e "\n${I_OK} ${S_NOTICE}${ACTION_MSG} [${S_NORM}VERSION${S_NOTICE}] file"
# Stage file for commit # Stage file for commit