From f8ea9b828b168813928717ab6c446c506f796fde Mon Sep 17 00:00:00 2001
From: Sylvester Joosten <sjoosten@anl.gov>
Date: Thu, 26 Aug 2021 20:14:46 +0000
Subject: [PATCH] Newer juggler version

(cherry picked from commit 7e832fe004f2964bae4666e4c15fb785a01c9e28)
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 71b218af2..f576de97f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ 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: "v3.3.0"
+  JUGGLER_VERSION: "v3.3.1"
   NPDET_VERSION: "v0.8.0"
   EICD_VERSION: "v0.7.0"
   DETECTOR_VERSION: "acadia-v1.0-alpha"
-- 
GitLab