Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
[change] - バージョン情報の更新
Browse files Browse the repository at this point in the history
  • Loading branch information
NfoAlex committed Nov 27, 2023
1 parent ca2e16c commit 6d5684a
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 @@ -11,7 +11,7 @@ const socketIo = require("socket.io");

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

const SERVER_VERSION = "alpha_20231115";
const SERVER_VERSION = "alpha_20231127";

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

0 comments on commit 6d5684a

Please sign in to comment.