From 6e426ca387b28262c601a3fb72e11e96b322bbde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matu=CC=81s=CC=8C=20Tomlein?= Date: Mon, 16 Dec 2024 15:12:26 +0100 Subject: [PATCH] Prepare for 4.1.1-dev.1 pre-release --- common/config/rush/version-policies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index c65ceaa27..13a567a76 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": "4.1.0", + "version": "4.1.1-dev.0", /** * (Required) The type of bump that will be performed when publishing the next release.