update: ready for 24.1

This commit is contained in:
Franco Fichtner 2024-01-25 14:22:47 +01:00
parent b1fcf22eb9
commit 43c2b39167
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ an OPNsense installation. Both UFS and ZFS installations are supported.
The usage is simple, starting with a FreeBSD 13.2-RELEASE image:
# fetch https://raw.githubusercontent.com/opnsense/update/master/src/bootstrap/opnsense-bootstrap.sh.in
# sh ./opnsense-bootstrap.sh.in -r 23.7
# sh ./opnsense-bootstrap.sh.in -r 24.1
After successful reboot, OPNsense should be up and running. :)

View File

@ -12,7 +12,7 @@ VERSIONBIN= /usr/local/sbin/opnsense-version
# for driver reasons.
_UPDATE_RELEASE!= ${VERSIONBIN} -v base
.else
_UPDATE_RELEASE= 23.7
_UPDATE_RELEASE= 24.1
.endif
UPDATE_RELEASE?= ${_UPDATE_RELEASE}