diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 118d26bffdf2aaa0c2f7af0f62796eae1d1052d7..b6d9377246f1ccaa89b71f0d55dea27705f14dca 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,5 +4,5 @@ include:
     ref: 3.4.0
 
 variables:
-  PROJECT_VERSION_PART: "8.12"
+  PROJECT_VERSION_PART: "8.13"
   OX_COMPONENT: core-user-guide
diff --git a/helm/core-user-guide/Chart.yaml b/helm/core-user-guide/Chart.yaml
index ea0cfc55a9fd302b0722fc728b285d6b9d0d8ab9..6368c5cdd4a6d2d2fe7d2243337358e3833deba4 100644
--- a/helm/core-user-guide/Chart.yaml
+++ b/helm/core-user-guide/Chart.yaml
@@ -15,13 +15,13 @@ type: application
 # This is the chart version. This version number should be incremented each time you make changes
 # to the chart and its templates, including the app version.
 # Versions are expected to follow Semantic Versioning (https://semver.org/)
-version: 2.12.0
+version: 2.13.0
 
 # This is the version number of the application being deployed. This version number should be
 # incremented each time you make changes to the application. Versions are not expected to
 # follow Semantic Versioning. They should reflect the version the application is using.
 # It is recommended to use it with quotes.
-appVersion: "8.12.0"
+appVersion: "8.13.0"
 dependencies:
   - name: ox-common
     version: ~1.0.33
diff --git a/package.json b/package.json
index 04d4372f32ad55244745d127905bbc1a582e1442..2929fadb3ad6e572d9e875ad826195b4e66e9655 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "open-xchange-appsuite-help",
-  "version": "8.12.0",
+  "version": "8.13.0",
   "description": "App Suite UI Help",
   "license": "AGPL-3.0-or-later",
   "scripts": {