Skip to content

Commit 81663b8

Browse files
committed
default header menu update
1 parent 0eeec1d commit 81663b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ <h1>Update Juncture site</h1>
188188
console.log(window.location)
189189
const ENV = window.location.hostname === 'localhost' || window.location.hostname.indexOf('gitpod') > 0 ? 'DEV' : 'PROD'
190190
let isJuncture = window.location.hostname.indexOf('juncture-digital.org') === 0 || ENV === 'DEV'
191-
const junctureVersion = 'v0.4.2'
191+
const junctureVersion = 'v0.4.3'
192192
let junctureVersionHash
193193

194194
const referrerUrl = document.referrer

0 commit comments

Comments
 (0)