git: 6e06a07978cd - releng/13.5 - 13.5: Update to BETA2

From: Colin Percival <cperciva_at_FreeBSD.org>
Date: Fri, 14 Feb 2025 00:01:01 UTC
The branch releng/13.5 has been updated by cperciva:

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

commit 6e06a07978cd3d7672336147a2fe78b2adf3456a
Author:     Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2025-02-14 00:00:00 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2025-02-14 00:00:00 +0000

    13.5: Update to BETA2
    
    Approved by:    re (implicit)
    Sponsored by:   Amazon
---
 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 62f49bcc6584..db4cef33816e 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
 
 TYPE="FreeBSD"
 REVISION="13.5"
-BRANCH="BETA1"
+BRANCH="BETA2"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi