Bump version
This commit is contained in:
parent
3a61d39785
commit
d3161b9773
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ const url_tag = location.hash.slice(1);
|
|||
console.log(url_base);
|
||||
console.log(url_tag);
|
||||
|
||||
const BUILD_VERSION = "6.9.4";
|
||||
const BUILD_VERSION = "6.9.5";
|
||||
|
||||
function setTitle() {
|
||||
document.getElementById("header").textContent = "WynnBuilder version "+BUILD_VERSION+" (db version "+DB_VERSION+")";
|
||||
|
|
Loading…
Reference in a new issue