From e6d4bfddbdc3b4ce2e66e87f0f8d358cade77108 Mon Sep 17 00:00:00 2001
From: Sylvester Joosten <sjoosten@anl.gov>
Date: Wed, 21 Apr 2021 02:33:38 +0000
Subject: [PATCH] change default detector version to master

---
 options/env.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/options/env.sh b/options/env.sh
index bf20ba41..c65d9f20 100755
--- a/options/env.sh
+++ b/options/env.sh
@@ -34,7 +34,7 @@ if [ ! -n  "${JUGGLER_DETECTOR}" ] ; then
 fi
 
 if [ ! -n  "${JUGGLER_DETECTOR_VERSION}" ] ; then 
-  export JUGGLER_DETECTOR_VERSION="v0.0.1"
+  export JUGGLER_DETECTOR_VERSION="master"
 fi
 
 
-- 
GitLab