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 Jun 25, 2024
1 parent 438d620 commit 229cf58
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 @@ -10,7 +10,7 @@ const auth = require("./src/auth.js");
const db = require("./src/dbControl.js"); //データベース関連

//サーバーバージョン
const SERVER_VERSION = "alpha_20240522";
const SERVER_VERSION = "alpha_20240625";
exports.SERVER_VERSION = SERVER_VERSION;

//接続しているSocketJSON
Expand Down

0 comments on commit 229cf58

Please sign in to comment.