From 6ee5946fa4eb753195188c46bbe999bb2ff5087e Mon Sep 17 00:00:00 2001 From: Sylvester Joosten <sjoosten@anl.gov> Date: Tue, 24 Aug 2021 21:16:38 +0000 Subject: [PATCH] Bump Juggler & NPDet versions (cherry picked from commit 44bdad1f0b92460dfe491f25d8b68698191bca54) --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 406deeab6..71b218af2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,8 +2,8 @@ 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.2.0" - NPDET_VERSION: "v0.7.0" + JUGGLER_VERSION: "v3.3.0" + NPDET_VERSION: "v0.8.0" EICD_VERSION: "v0.7.0" DETECTOR_VERSION: "acadia-v1.0-alpha" IP6_VERSION: "v0.4.0" -- GitLab