From b05aa3229d24a89998e6292c8ef5156f8629080e Mon Sep 17 00:00:00 2001
From: Sylvester Joosten <sjoosten@anl.gov>
Date: Tue, 10 Aug 2021 02:23:46 +0000
Subject: [PATCH] Bump EICD and Juggler version

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 107a06466..4b625aaa0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,9 +2,9 @@ image: eicweb.phy.anl.gov:4567/containers/image_recipes/ubuntu_dind:latest
 
 variables:
   ## Application versions used for the main release ## note: nightly builds will always use the master branch
-  JUGGLER_VERSION: "v2.0.0"
+  JUGGLER_VERSION: "v3.0.0"
   NPDET_VERSION: "v0.6.0"
-  EICD_VERSION: "v0.2.0"
+  EICD_VERSION: "v0.5.0"
   DETECTOR_VERSION: "v0.2.0"
   IP6_VERSION: "v0.3.0"
 
-- 
GitLab