From 3ba8fe84de6b63c35144eddaf97ca741429efc27 Mon Sep 17 00:00:00 2001 From: Immanuel Garcia <34188635+AlexDev404@users.noreply.github.com> Date: Fri, 11 Jun 2021 13:56:15 -0600 Subject: [PATCH] Forgot to change build number. It is changed now. --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 85526d0..78c867f 100644 --- a/app.js +++ b/app.js @@ -64,7 +64,7 @@ const path = require("path"); // Used for file extension filter // Definitions const REQ_LOGGING = true; // Request Logging is set to false by default -const version = "1.40.3"; +const version = "1.41.3"; const cyear = 2021; const authors = "Immanuel Garcia, Luke Harris, Kai, Grayson Stowell"; const windowTitle = "Blaze Server";