From eede3545cae12a9207271075c708ac14481105ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matu=CC=81s=CC=8C=20Tomlein?= Date: Thu, 2 Jan 2025 11:45:26 +0100 Subject: [PATCH] Prepare for next dev 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..fd45d0d49 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.1", /** * (Required) The type of bump that will be performed when publishing the next release.