Bump version, first release

This commit is contained in:
b 2021-01-09 02:53:34 -06:00
parent f2a482036d
commit 83b15f06ee

View file

@ -11,7 +11,7 @@ console.log(url_tag);
* END testing section
*/
const BUILD_VERSION = "1.4";
const BUILD_VERSION = "2.0";
document.getElementById("header").textContent = "Wynn build calculator "+BUILD_VERSION+" (db version "+DB_VERSION+")";