From 497a21dc0c28fbb79ea1b45b3b8a0bcde25043b2 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Fri, 27 Jun 2025 03:12:19 +0100 Subject: [PATCH] chore(NA): update versions after v9.2.0 bump (#225523) This PR is a simple update of our versions file after the recent bumps. --- versions.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/versions.json b/versions.json index cf2c49750e46..761089cdef56 100644 --- a/versions.json +++ b/versions.json @@ -2,17 +2,22 @@ "notice": "This file is not maintained outside of the main branch and should only be used for tooling.", "versions": [ { - "version": "9.1.0", + "version": "9.2.0", "branch": "main", "currentMajor": true, "currentMinor": true }, { - "version": "9.0.4", - "branch": "9.0", + "version": "9.1.0", + "branch": "9.1", "currentMajor": true, "previousMinor": true }, + { + "version": "9.0.4", + "branch": "9.0", + "currentMajor": true + }, { "version": "8.19.0", "branch": "8.19",