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 16, 2023
1 parent d2db938 commit 6cffcf2
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_20230616";
const SERVER_VERSION = "alpha_20230617";

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

0 comments on commit 6cffcf2

Please sign in to comment.