Bump version

This commit is contained in:
b 2021-01-19 05:56:31 -06:00
parent 6a9e31d5a7
commit ff18441d5a

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.5";
const BUILD_VERSION = "6.9.6";
function setTitle() {
document.getElementById("header").textContent = "WynnBuilder version "+BUILD_VERSION+" (db version "+DB_VERSION+")";