From 23b64da31e2ad71dc9a58dbdd8b28288f2abc015 Mon Sep 17 00:00:00 2001
From: Sylvester Joosten <sjoosten@anl.gov>
Date: Sat, 7 Nov 2020 23:43:23 +0000
Subject: [PATCH] Bumped minor version number

---
 README.md | 4 ++--
 VERSION   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index be1cdb760..0d1f67226 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 deploy, or omit the 
    flag if you want to install the master build. The recommended stable 
-   release version is `v2.3.0`.
+   release version is `v2.3.1`.
 ```bash
-./deploy.py -v 2.3.0 <PREFIX>
+./deploy.py -v 2.3.1 <PREFIX>
 ```
 
    Available flags:
diff --git a/VERSION b/VERSION
index 276cbf9e2..2bf1c1ccf 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.3.0
+2.3.1
-- 
GitLab