Skip to content

Commit

Permalink
version number fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rsnyder committed Aug 24, 2021
1 parent 1078763 commit db6b2d3
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.2'
const junctureVersion = 'v0.4.20'
let junctureVersionHash

const referrerUrl = document.referrer
Expand Down

0 comments on commit db6b2d3

Please sign in to comment.