1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

chore: rename version to reflect next candidate (#3944)

## About the changes
Rationale: we're doing continuous deployment of every commit. We don't
want to bump versions with every deployment because it doesn't add
value.

Having a `-beta.xx` is also not relevant now, as any commit is deployed,
but the repository on itself is not published on npm as a different
version

We discussed some options: `rc` for release candidate, `beta`, but we
thought main reflects better that this version does not change unless
there's a reason for changing it (i.e. we're preparing the next version)
This commit is contained in:
Gastón Fournier 2023-06-12 15:13:35 +02:00 committed by GitHub
parent 818b8e7813
commit 9c8e433f25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
{
"name": "unleash-server",
"description": "Unleash is an enterprise ready feature toggles service. It provides different strategies for handling feature toggles.",
"version": "5.1.0-beta.54",
"version": "5.2.0-main",
"keywords": [
"unleash",
"feature toggle",