From 2ec0687f774d64caa2a90602d0777cc3723a31bb Mon Sep 17 00:00:00 2001 From: b Date: Mon, 11 Jan 2021 01:22:29 -0600 Subject: [PATCH] Bump version --- test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.js b/test.js index efc2ff3..f9aa083 100644 --- a/test.js +++ b/test.js @@ -11,7 +11,7 @@ console.log(url_tag); * END testing section */ -const BUILD_VERSION = "5.2"; +const BUILD_VERSION = "5.3"; document.getElementById("header").textContent = "Wynn build calculator "+BUILD_VERSION+" (db version "+DB_VERSION+")";