git: dbc87c1ebde9 - releng/13.3 - 13.3: update to BETA2

From: Colin Percival <cperciva_at_FreeBSD.org>
Date: Fri, 09 Feb 2024 00:00:58 UTC
The branch releng/13.3 has been updated by cperciva:

URL: https://cgit.FreeBSD.org/src/commit/?id=dbc87c1ebde93b67533bdd7815141c49a1040084

commit dbc87c1ebde93b67533bdd7815141c49a1040084
Author:     Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2024-02-09 00:00:43 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2024-02-09 00:00:43 +0000

    13.3: update to BETA2
    
    Approved by:    re (implicit)
    Sponsored by:   https://www.patreon.com/cperciva
---
 sys/conf/newvers.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index fcefdda1d34c..0dd1a0604180 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
 
 TYPE="FreeBSD"
 REVISION="13.3"
-BRANCH="BETA1"
+BRANCH="BETA2"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi