From 402d853ff0bd03275bc13b326acb8be6fa54a44a Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Thu, 20 Jul 2023 01:38:46 +0000 Subject: [PATCH] chore: eicrecon-1.3.2 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8c665fc69..c1bf12d70 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ variables: ## Application versions used for the main release ## note: nightly builds will always use the master/main branch JUGGLER_VERSION: "v9.4.0" - EICRECON_VERSION: "v1.3.1" + EICRECON_VERSION: "v1.3.2" ## Local registry CI_PUSH: 1 -- GitLab