From 3d446ea37e66e4d05040ea2faf4c52dd101ffcfb Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Fri, 27 Jun 2025 23:21:13 +0200 Subject: [PATCH] releng: move to a non-official release This is required for releng to cut a new release. This is suboptimal releng as the script should probably do it itself and merge the releng branch. As we are in a hurry, we will skip this. Change-Id: I54fccb11938adefc8685d04247e16401135dad8d Signed-off-by: Raito Bezarius --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index 0dd87653f..b429beaa1 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { "version": "2.91.2", - "official_release": true, + "official_release": false, "release_name": "Dragon's Breath" }