Skip to content

Commit

Permalink
Merge pull request #2090 from ethereum/yann300-patch-50
Browse files Browse the repository at this point in the history
Always default to 0.8
  • Loading branch information
yann300 committed Jun 18, 2019
2 parents 8fffadf + ca7cbd3 commit 27ece03
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 @@ -54,7 +54,7 @@
}
return params
}
const defaultVersion = window.location.hostname === 'remix.ethereum.org' ? '0.7.7' : '0.8.0'
const defaultVersion = '0.8.0'
let versionToLoad = urlParams().appVersion ? urlParams().appVersion : defaultVersion

let assets = {
Expand Down

0 comments on commit 27ece03

Please sign in to comment.