diff --git a/gui/package.json b/gui/package.json
index 1abd33366fa4507c830e5fc1a2fbadc29e340de3..c3e09691258f9276dfca5a39ea60c48d9d9a300e 100644
--- a/gui/package.json
+++ b/gui/package.json
@@ -1,6 +1,6 @@
 {
   "name": "nomad-fair-gui",
-  "version": "0.8.7",
+  "version": "0.8.8",
   "commit": "e98694e",
   "private": true,
   "dependencies": {
diff --git a/gui/public/env.js b/gui/public/env.js
index 1509cf2d97aafbd59336fbb0703ecac98584a017..320f761ef83708dbade77b53c7b9838f376c2080 100644
--- a/gui/public/env.js
+++ b/gui/public/env.js
@@ -8,7 +8,7 @@ window.nomadEnv = {
   'matomoUrl': 'https://nomad-lab.eu/fairdi/stat',
   'matomoSiteId': '2',
   'version': {
-    'label': '0.8.7',
+    'label': '0.8.8',
     'isBeta': false,
     'usesBetaData': false,
     'officialUrl': 'https://nomad-lab.eu/prod/rae/gui'
diff --git a/nomad/config.py b/nomad/config.py
index b2160be8c1db59c1a4fc1f50a9d6ea43c8a74169..c765b3028fb8442b350d0f86b8cafbda7926abf1 100644
--- a/nomad/config.py
+++ b/nomad/config.py
@@ -266,7 +266,7 @@ datacite = NomadConfig(
 )
 
 meta = NomadConfig(
-    version='0.8.7',
+    version='0.8.8',
     commit=gitinfo.commit,
     release='devel',
     default_domain='dft',
diff --git a/ops/helm/nomad/Chart.yaml b/ops/helm/nomad/Chart.yaml
index 1eb71ea85bde77af16bdf0892342a3b9740813f8..ce77435ad7cc666c22f99e603f10f97c8f19ca80 100644
--- a/ops/helm/nomad/Chart.yaml
+++ b/ops/helm/nomad/Chart.yaml
@@ -1,5 +1,5 @@
 apiVersion: v1
-appVersion: "0.8.7"
+appVersion: "0.8.8"
 description: A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases.
 name: nomad
-version: 0.8.7
+version: 0.8.8
diff --git a/ops/helm/nomad/values.yaml b/ops/helm/nomad/values.yaml
index de73001cbbc052c77bbb7a68116b01d0eca410a0..d9dc13472bca0bbc7010b8a5facabd1b16317dac 100644
--- a/ops/helm/nomad/values.yaml
+++ b/ops/helm/nomad/values.yaml
@@ -1,6 +1,6 @@
 ## Default values for nomad@FAIRDI
 version:
-  label: "0.8.7"
+  label: "0.8.8"
   isBeta: false
   usesBetaData: false
   officialUrl: "https://nomad-lab.eu/prod/rae/gui"