From c655f59fed61cfd48cdce7c39b6d20721be31c7e Mon Sep 17 00:00:00 2001 From: Ron Snyder Date: Wed, 22 Sep 2021 11:21:25 -0400 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 72d2e741..dabdede3 100644 --- a/index.html +++ b/index.html @@ -193,7 +193,7 @@

Update Juncture site

console.log(window.location) const ENV = window.location.hostname === 'localhost' || window.location.hostname.indexOf('gitpod') > 0 ? 'DEV' : 'PROD' let isJuncture = window.location.hostname.indexOf('juncture-digital.org') === 0 || ENV === 'DEV' - const junctureVersion = 'v0.4.22' + const junctureVersion = 'v0.4.23' let junctureVersionHash const referrerUrl = document.referrer