diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6f05281305..b511f372e4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2024.6.0-rc1 +current_version = 2024.6.0-rc2 tag = True commit = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?:-(?P[a-zA-Z-]+)(?P[1-9]\\d*))? diff --git a/package.json b/package.json index 4b93c77a1f..2dde97a23c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@goauthentik/authentik", - "version": "2024.4.2", - "private": true + "name": "@goauthentik/authentik", + "version": "2024.6.0", + "private": true }