From d2ee9f4389486b1dc75ea723e2336486f54e79b1 Mon Sep 17 00:00:00 2001 From: PiTrem Date: Mon, 3 May 2021 10:45:14 +0200 Subject: [PATCH] version 0.8.0 --- VERSION | 4 ++-- scripts/install_production.sh | 2 +- scripts/update_production.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 152102ccf1..dda12528ab 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ -version: 0.8.0-pre -base_revision: e8f0a99c4d6d024499cdef3feda77ec0d2c2e760 +version: 0.8.0 +base_revision: 9b86adc3dbf10c16faea6599f327d4ef6d4fbe3d current_revision: 0 diff --git a/scripts/install_production.sh b/scripts/install_production.sh index 0254830801..4d187c89fa 100755 --- a/scripts/install_production.sh +++ b/scripts/install_production.sh @@ -11,7 +11,7 @@ set -euo pipefail ############# VARIABLES #################### REPO='https://github.com/ComPlat/chemotion_ELN.git' -BRANCH='v0.7.1' +BRANCH='v0.8.0' TMP_REPO_DIR="/tmp/${BRANCH}.git" ## user account name (to be created or to be used) diff --git a/scripts/update_production.sh b/scripts/update_production.sh index a27830dbce..e302129fe4 100755 --- a/scripts/update_production.sh +++ b/scripts/update_production.sh @@ -9,7 +9,7 @@ set -euo pipefail ## CHEMOTION ELN GIT REPOSITORY REPO='https://github.com/ComPlat/chemotion_ELN.git' -BRANCH='v0.7.1' +BRANCH='v0.8.0' TMP_REPO_DIR="/tmp/${BRANCH}.git" ## user account name (to be created or to be used)