diff --git a/index.js b/index.js index 96d1841..981e237 100644 --- a/index.js +++ b/index.js @@ -11,7 +11,7 @@ const socketIo = require("socket.io"); const port = process.env.PORT || 33333; -const SERVER_VERSION = "alpha_20231110"; +const SERVER_VERSION = "alpha_20231115"; const app = express(); const server = http.createServer(app);