From 945af4be4f36ddfd97889062a0885f3a9dc590d5 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Tue, 20 Dec 2022 20:26:46 +0000
Subject: [PATCH] chore: acts-20.3.0

---
 .gitlab-ci.yml | 2 +-
 VERSION        | 2 +-
 spack.yaml     | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 822e61bcf..c25d21c89 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,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/main branch
-  JUGGLER_VERSION: "v9.0.0"
+  JUGGLER_VERSION: "v9.1.0"
 
   ## Spack organization and repository, e.g. spack/spack
   SPACK_ORGREPO: "spack/spack"
diff --git a/VERSION b/VERSION
index 7af24b7dd..1d9b7831b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-22.11.0
+22.12.0
diff --git a/spack.yaml b/spack.yaml
index d89100365..b32fe8b5a 100644
--- a/spack.yaml
+++ b/spack.yaml
@@ -1,6 +1,6 @@
 spack:
   specs:
-    - acts@19.10.0 +dd4hep +identification +json +tgeo +ipo +examples +fatras +geant4 +python
+    - acts@20.3.0 +dd4hep +identification +json +tgeo +ipo +examples +fatras +geant4 +python
     - actsvg@0.4.26 +examples
     - afterburner@0.1.2 +root +zlib
     - cairo@1.16.0 +fc+ft+X+pdf+gobject
@@ -14,7 +14,7 @@ spack:
     - edm4eic@1.2.1 cxxstd=17 -ipo
     - edm4hep@0.7 cxxstd=17 -ipo
     - eic-smear@1.1.10
-    - eicrecon@0.3.6.2
+    - eicrecon@0.4.0
     - eigen@3.4.0
     - emacs
     - fastjet@3.4.0
-- 
GitLab