newvers.sh: set to ALPHA1 as part of the 13.0 cycle

Sponsored by:	Rubicon Communications, LLC (netgate.com)
This commit is contained in:
Glen Barber 2021-01-13 19:01:30 -05:00
parent 818390ce0c
commit 7ae27c2d6c

View File

@ -54,7 +54,7 @@
TYPE="FreeBSD"
REVISION="13.0"
BRANCH="CURRENT"
BRANCH="ALPHA1"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi