diff --git a/index.html b/index.html index 2276bfe5..8d7ae732 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.2' + const junctureVersion = 'v0.4.20' let junctureVersionHash const referrerUrl = document.referrer