From 93ec84fc2e752b8baa81b2b295e52fc5138ce22c Mon Sep 17 00:00:00 2001
From: Sylvester Joosten <sjoosten@anl.gov>
Date: Mon, 17 Aug 2020 21:34:21 -0500
Subject: [PATCH] Bumped version number

---
 README.md | 8 ++++----
 VERSION   | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index da787b95d..21bd852a4 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.1.2`.
+   release version is `v2.1.3`.
 ```bash
-./deploy.py -v 2.1.2 <PREFIX>
+./deploy.py -v 2.1.3 <PREFIX>
 ```
 
    Available flags:
@@ -117,8 +117,8 @@ Included software:
     - podio@master
     - geant4@10.6.2
     - dd4hep@1.13.1
-    - acts@0.30.0
-    - gaudi@33.2
+    - acts@0.31.0
+    - gaudi@34.0
   - The singularity build exports the following applications:
     - eic_shell: a development shell in the image
     - container_dev: same as EIC shell
diff --git a/VERSION b/VERSION
index eca07e4c1..ac2cdeba0 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.1.2
+2.1.3
-- 
GitLab