diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index 55c1108cf..698425007 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.0.0", + "version": "3.0.1-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": "patch" + "nextBump": "prerelease" } ]