From 507ab8f910ac723ca8f3271625af38bc131f2b78 Mon Sep 17 00:00:00 2001
From: Sylvester Joosten <sjoosten@anl.gov>
Date: Thu, 20 May 2021 05:06:21 +0000
Subject: [PATCH] prepare for v3.0.0

---
 install.py | 2 +-
 install.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/install.py b/install.py
index 4fff17b69..ddc2cff8c 100755
--- a/install.py
+++ b/install.py
@@ -32,7 +32,7 @@ SHORTCUTS = ['eic-shell']
 ##      - nightly    --> just use fallback singularity pull
 ##  - {img}: image name
 ##  - {job}: the CI job that built the artifact
-CONTAINER_URL = r'hhttps://eicweb.phy.anl.gov/api/v4/projects/290/jobs/artifacts/{ref}/raw/build/{img}.sif?job={job}'
+CONTAINER_URL = r'https://eicweb.phy.anl.gov/api/v4/projects/290/jobs/artifacts/{ref}/raw/build/{img}.sif?job={job}'
 
 ## Docker ref is used as fallback in case regular artifact download fails
 ## The components are:
diff --git a/install.sh b/install.sh
index 1cf724311..dbfaa59c5 100755
--- a/install.sh
+++ b/install.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 CONTAINER=jug_xl
-VERSION=nightly
+VERSION=3.0.0
 
 ## Simple setup script that installs the container
 ## in your local environment under $PWD/local/lib
-- 
GitLab