diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6c9d89d2c2d719c4c427f5e03338632eb5b65b68..c84964f600e6dab926e1a3f82f45054b400e64da 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,5 +4,5 @@ include:
     ref: 3.4.0
 
 variables:
-  PROJECT_VERSION_PART: "8.6"
+  PROJECT_VERSION_PART: "8.7"
   OX_COMPONENT: core-user-guide
diff --git a/helm/core-user-guide/Chart.yaml b/helm/core-user-guide/Chart.yaml
index 7d94e5955782dabef2c5161e22728be5795b75ae..21534a94b70868776a8c1bbc90b0ca25155ca4fa 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.6.0
+version: 2.7.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.6.0"
+appVersion: "8.7.0"
 dependencies:
   - name: ox-common
     version: ~1.0.17
diff --git a/package.json b/package.json
index fb6a7771feea4d10c12aa697b3c1b27462d2b279..4ee48270582c361e51880949739d3969b32c0885 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "open-xchange-appsuite-help",
-  "version": "8.6.0",
+  "version": "8.7.0",
   "description": "App Suite UI Help",
   "license": "AGPL-3.0-or-later",
   "scripts": {