From 6f8a9f7eea9d0716c5ff8965095ad702e435559c Mon Sep 17 00:00:00 2001 From: b Date: Mon, 11 Jan 2021 04:03:51 -0600 Subject: [PATCH] Bump version --- test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.js b/test.js index 192496f..61e05a2 100644 --- a/test.js +++ b/test.js @@ -11,7 +11,7 @@ console.log(url_tag); * END testing section */ -const BUILD_VERSION = "5.4"; +const BUILD_VERSION = "5.5"; document.getElementById("header").textContent = "Wynn build calculator "+BUILD_VERSION+" (db version "+DB_VERSION+")";