From 8dfe3ad5fa492ef8927b7848ec158bc8d4cf4ec2 Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Mon, 13 Jan 2020 13:07:31 -0600
Subject: [PATCH] updated version

---
 CMakeLists.txt               | 2 +-
 containers/docker/Dockerfile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2b3fc65..09a4b47 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@
 ## PROJECT: hallac_container
 ################################################################################
 cmake_minimum_required (VERSION 3.8)
-project (hallac_container VERSION 1.6.3)
+project (hallac_container VERSION 1.6.4)
 
 ################################################################################
 ## The name of our container
diff --git a/containers/docker/Dockerfile b/containers/docker/Dockerfile
index 923508d..3744aff 100644
--- a/containers/docker/Dockerfile
+++ b/containers/docker/Dockerfile
@@ -97,7 +97,7 @@ RUN  cd /tmp \
   && make -j8 install \
   && cd /tmp && rm -r range-v3 \
   && git clone https://eicweb.phy.anl.gov/jlab/hallc/analyzer_software/hallc_tools.git       \
-  && cd hallc_tools && git checkout v1.1.4                                                   \
+  && cd hallc_tools && git checkout v1.1.5                                                   \
   && mkdir build && cd build                                                                 \
   && cmake ../.  && make -j20 && make install                                                \
   && cd /tmp && rm -rf hallc_tools                                                           \ 
-- 
GitLab