Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDev404 authored Oct 27, 2021
1 parent 54f8220 commit 1ac821e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ ALSO MAKE SURE TO UPDATE THE VERSION VARIABLE!!!
1.42.3 - DYNAMITE NOW SUPPORTS HTTPS! [ ALEXDEV404 ]
1.42.4 - BETTER SSL CERT PATH [ ALEXDEV404 ]
1.42.5 - PATCH API AND FIX ERRORS [ ALEXDEV404 ]
1.42.5 - HOTFIX PATH IS NOT DEFINED - FIX [ ZINX ]
*/

Expand All @@ -68,7 +69,7 @@ const https = require("https"); // HTTPS Module
// Definitions

const REQ_LOGGING = true; // Request Logging is set to false by default
const version = "1.42.5";
const version = "1.42.6";
const cyear = 2021;
const authors = "Immanuel Garcia, Luke Harris, Kai, Grayson Stowell";
const windowTitle = "Blaze Server";
Expand Down

0 comments on commit 1ac821e

Please sign in to comment.