From 637cdc69fd1f6d25c63a0d5b1b78abdf88aec908 Mon Sep 17 00:00:00 2001
From: Markus Scheidgen <markus.scheidgen@gmail.com>
Date: Thu, 20 Aug 2020 19:58:12 +0200
Subject: [PATCH] Updated version numbers.

---
 gui/package.json           | 2 +-
 gui/public/env.js          | 2 +-
 nomad/config.py            | 2 +-
 ops/helm/nomad/Chart.yaml  | 4 ++--
 ops/helm/nomad/values.yaml | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/gui/package.json b/gui/package.json
index 1abd33366f..c3e0969125 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 1509cf2d97..320f761ef8 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 b2160be8c1..c765b3028f 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 1eb71ea85b..ce77435ad7 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 de73001cbb..d9dc13472b 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"
-- 
GitLab