From 4e8ad1a5ca607717ec12a17842c5e5f6282f5157 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matu=CC=81s=CC=8C=20Tomlein?= Date: Mon, 16 Jan 2023 12:23:24 +0100 Subject: [PATCH] Prepare for 3.9.0-beta.1 release --- common/config/rush/version-policies.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index 9ded67980..1b713a40f 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -33,7 +33,7 @@ * in the current branch. When bumping versions, Rush uses this to determine the next version. * (The "version" field in package.json is NOT considered.) */ - "version": "3.8.0", + "version": "3.9.0-beta.0", /** * (Required) The type of bump that will be performed when publishing the next release. @@ -42,6 +42,6 @@ * * Valid values are: "prerelease", "release", "minor", "patch", "major" */ - "nextBump": "minor" + "nextBump": "prerelease" } ]