git: ca2b1e3480ba - releng/13.1 - 13.1: update to BETA3

From: Glen Barber <gjb_at_FreeBSD.org>
Date: Thu, 24 Mar 2022 00:02:17 UTC
The branch releng/13.1 has been updated by gjb:

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

commit ca2b1e3480ba689cf32345ba87b6bb5bf1fe7c27
Author:     Glen Barber <gjb@FreeBSD.org>
AuthorDate: 2022-03-24 00:01:49 +0000
Commit:     Glen Barber <gjb@FreeBSD.org>
CommitDate: 2022-03-24 00:01:49 +0000

    13.1: update to BETA3
    
    Approved by:    re (implicit)
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 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 e8704f2a8cf0..48b202ac252e 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
 
 TYPE="FreeBSD"
 REVISION="13.1"
-BRANCH="BETA2-p1"
+BRANCH="BETA3"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi