diff --git a/gui/package.json b/gui/package.json
index de28134e30ba169200652049d7d360dc87d80c9d..2ed5ae14b0b4e26a97d98e4d75298b1011b54f4e 100644
--- a/gui/package.json
+++ b/gui/package.json
@@ -1,6 +1,6 @@
 {
   "name": "nomad-fair-gui",
-  "version": "0.10.2",
+  "version": "0.10.3",
   "commit": "e98694e",
   "private": true,
   "workspaces": [
diff --git a/gui/public/env.js b/gui/public/env.js
index cdf8425c8ee9933b5c0b4c9a9d62d6d56adbddab..cf930a46c38eb495ddc29c4fddbf66ada39ffa97 100644
--- a/gui/public/env.js
+++ b/gui/public/env.js
@@ -9,7 +9,7 @@ window.nomadEnv = {
   'matomoUrl': 'https://nomad-lab.eu/fairdi/stat',
   'matomoSiteId': '2',
   'version': {
-    'label': '0.10.2',
+    'label': '0.10.3',
     'isBeta': false,
     'isTest': true,
     'usesBetaData': true,
diff --git a/gui/src/setupTests.js b/gui/src/setupTests.js
index 89cb7faab04259a9979a9a51e3222ee14b3c30b7..983cbf2f882a30d9c657331e6636d00a92a752d9 100644
--- a/gui/src/setupTests.js
+++ b/gui/src/setupTests.js
@@ -8,7 +8,7 @@ global.nomadEnv = {
   'matomoUrl': 'https://nomad-lab.eu/fairdi/stat',
   'matomoSiteId': '2',
   'version': {
-    'label': '0.10.2',
+    'label': '0.10.3',
     'isBeta': false,
     'isTest': true,
     'usesBetaData': true,
diff --git a/nomad/config.py b/nomad/config.py
index 1db2926c001438f9ecd0317e5dd0b662ae66a16e..0e02173c258334644b7f261ead35760be938b117 100644
--- a/nomad/config.py
+++ b/nomad/config.py
@@ -284,7 +284,7 @@ datacite = NomadConfig(
 )
 
 meta = NomadConfig(
-    version='0.10.2',
+    version='0.10.3',
     commit=gitinfo.commit,
     release='devel',
     deployment='standard',
diff --git a/ops/helm/nomad/Chart.yaml b/ops/helm/nomad/Chart.yaml
index 9ea3c47caffae9846ee175f01bbc837eee0936d6..94556ce4df5e647150c91633216aecc29259b7b1 100644
--- a/ops/helm/nomad/Chart.yaml
+++ b/ops/helm/nomad/Chart.yaml
@@ -1,5 +1,5 @@
 apiVersion: v1
-appVersion: "0.10.2"
+appVersion: "0.10.3"
 description: A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases.
 name: nomad
-version: 0.10.2
+version: 0.10.3
diff --git a/ops/helm/nomad/values.yaml b/ops/helm/nomad/values.yaml
index 76adaa2031a29772692efd657ea49446e3ed2716..29f40b74c0e490c41d8ce2eaa6de4e07902275cb 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.10.2"
+  label: "0.10.3"
   isTest: false
   isBeta: false
   usesBetaData: false