From aedf2aa7b1e3625f324ed187316803da9a9332d8 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Mon, 23 Mar 2020 00:08:16 -0500 Subject: [PATCH] v1.0.1 modified: CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5cbae12e8..176ced26a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ ## PROJECT: hallac_container ################################################################################ cmake_minimum_required (VERSION 3.8) -project (eic_container VERSION 1.0.0) +project (eic_container VERSION 1.0.1) ################################################################################ ## The name of our container -- GitLab