Skip to content

Commit

Permalink
Merge pull request #5 from NfoAlex/20230508
Browse files Browse the repository at this point in the history
0508
  • Loading branch information
NfoAlex committed May 8, 2023
2 parents 590dfe7 + 7b849af commit 254bbe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const e = require("express");

const port = process.env.PORT || 33333;

const SERVER_VERSION = "alpha_20230503_1";
const SERVER_VERSION = "alpha_20230508";

const app = express();
const server = http.createServer(app);
Expand Down

0 comments on commit 254bbe3

Please sign in to comment.