Skip to content

Commit

Permalink
14.0-RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Nov 16, 2023
1 parent 4d95b78 commit 9683925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [ "${MAJOR}" = "13" ] ; then
# version="13.0-RELEASE"
version="13.2-RELEASE"
elif [ "${MAJOR}" = "14" ] ; then
version="14.0-RC4"
version="14.0-RELEASE"
fi

VER=$(echo "${version}" | cut -d "-" -f 1) # "12.2" or "13.0"
Expand Down

0 comments on commit 9683925

Please sign in to comment.