Skip to content

Commit

Permalink
New release - v0.4.24
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-ha authored Sep 23, 2021
1 parent d2a76e8 commit 5e03fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ <h1>Update Juncture site</h1>
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.23'
const junctureVersion = 'v0.4.24'
let junctureVersionHash

const referrerUrl = document.referrer
Expand Down

0 comments on commit 5e03fb4

Please sign in to comment.