diff --git a/gui/package.json b/gui/package.json
index 4465c0d8d9a9f356b578cc473348822e8745d28b..5a1c854cfed30257c43aa62e9afbd2cb27334882 100644
--- a/gui/package.json
+++ b/gui/package.json
@@ -1,6 +1,6 @@
 {
   "name": "nomad-fair-gui",
-  "version": "0.8.2",
+  "version": "0.8.3",
   "commit": "e98694e",
   "private": true,
   "dependencies": {
diff --git a/gui/public/env.js b/gui/public/env.js
index 741fa010e593148c6e1f9c9f55c4e03a907972bf..27d5456db310ca4c1abc0775a7cb5cad2e438204 100644
--- a/gui/public/env.js
+++ b/gui/public/env.js
@@ -8,7 +8,7 @@ window.nomadEnv = {
   'matomoUrl': 'https://repository.nomad-coe.eu/fairdi/stat',
   'matomoSiteId': '2',
   'version': {
-    "label": "0.8.2",
+    "label": "0.8.3",
     "isBeta": false,
     "usesBetaData": false,
     "officialUrl": "https://repository.nomad-coe.eu/app/gui"
diff --git a/nomad/config.py b/nomad/config.py
index fe9907f3602e09d0a455a170ed1c7a9be19fce12..23116806251b58d09dfcd349ea9ded696b593f67 100644
--- a/nomad/config.py
+++ b/nomad/config.py
@@ -262,7 +262,7 @@ datacite = NomadConfig(
 )
 
 meta = NomadConfig(
-    version='0.8.2',
+    version='0.8.3',
     commit=gitinfo.commit,
     release='devel',
     default_domain='dft',
diff --git a/ops/helm/nomad/Chart.yaml b/ops/helm/nomad/Chart.yaml
index c044aba4224c5960c882e9d95fc144d70656f351..2349446cbdc8a2959c7a1e1560091511cdc5bf98 100644
--- a/ops/helm/nomad/Chart.yaml
+++ b/ops/helm/nomad/Chart.yaml
@@ -1,5 +1,5 @@
 apiVersion: v1
-appVersion: "0.8.1"
+appVersion: "0.8.3"
 description: A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases.
 name: nomad
-version: 0.8.2
+version: 0.8.3
diff --git a/ops/helm/nomad/values.yaml b/ops/helm/nomad/values.yaml
index f6909d6720145e957776faa14339466225aa571b..3471c413b3f475d85b59930a6910e9779493a7ff 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.2"
+  label: "0.8.3"
   isBeta: false
   usesBetaData: false
   officialUrl: "https://repository.nomad-coe.eu/app/gui"