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