From bf6aefea4a52cd10d1d31e7517d8b52da1040e8a Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Wed, 16 Aug 2023 19:31:21 +0100 Subject: [PATCH] chore(NA): update versions after v8.11.0 bump (#164067) This PR is a simple update of our versions file after the recent bumps. --- versions.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/versions.json b/versions.json index efcd549e2826c..1ef569fcd6a89 100644 --- a/versions.json +++ b/versions.json @@ -2,16 +2,22 @@ "notice": "This file is not maintained outside of the main branch and should only be used for tooling.", "versions": [ { - "version": "8.10.0", + "version": "8.11.0", "branch": "main", "currentMajor": true, "currentMinor": true }, + { + "version": "8.10.0", + "branch": "8.10", + "currentMajor": true, + "previousMinor": true + }, { "version": "8.9.1", "branch": "8.9", "currentMajor": true, - "previousMinor": true + "previousMinor": false }, { "version": "7.17.13",