From 4acbebd04e352b6bff510bcbaccac109762095d0 Mon Sep 17 00:00:00 2001 From: Sylvester Joosten <sjoosten@anl.gov> Date: Thu, 15 Apr 2021 18:35:30 +0000 Subject: [PATCH] Fix double-bump to version number --- README.md | 4 ++-- VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 490f979bb..8ca3774e6 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ cd eic_container modeuefile will be installed to `$PREFIX/../../etc/modulefiles`. You can use the `-v` flag to select the version you want to install, or omit the flag if you want to install the master build. The recommended stable - release version is `v2.6.1`. + release version is `v2.8.0`. ```bash -./install.py -v 2.6.1 <PREFIX> +./install.py -v 2.8.0 <PREFIX> ``` Available flags: diff --git a/VERSION b/VERSION index c8e38b614..834f26295 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.9.0 +2.8.0 -- GitLab