Fix version identifiers for TrueNAS 13.3 (#317)

This commit is contained in:
Andrew Walker
2024-03-21 04:01:16 -07:00
committed by GitHub
parent 6abff2b354
commit f65bc9eea7
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
MILESTONE = MILESTONE or "MASTER"
FREEBSD_RELEASE_VERSION = "13.2-RELEASE"
VERSION_NUMBER = "13.1"
FREEBSD_RELEASE_VERSION = "13.3-RELEASE"
VERSION_NUMBER = "13.3"
FREENAS_ROOT = "${BE_ROOT}/freenas"
SRC_ROOT = "${FREENAS_ROOT}/src"

View File

@@ -42,7 +42,7 @@ repos += {
"name": "webui",
"path": "webui",
"url": "http://github.com/freenas/webui.git",
"branch": "truenas/13.1-stable"
"branch": "truenas/13.3-stable"
}
repos += {