diff --git a/index.html b/index.html index 6e640b7b..a2d29fba 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.18' + const junctureVersion = 'v0.4.19' let junctureVersionHash const referrerUrl = document.referrer