Bump version

This commit is contained in:
b 2021-01-19 04:13:16 -06:00
parent 3a61d39785
commit d3161b9773

View file

@ -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+")";