Skip to content

Commit

Permalink
[5.5] Release
Browse files Browse the repository at this point in the history
  • Loading branch information
BLxcwg666 committed Apr 13, 2024
1 parent 2ec2490 commit 33ece48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const redisClient = require('./modules/redisClient');
const host = config.API_HOST;
const port = config.API_PORT;

global.version = "5.4";
global.version = "5.5";
global.time = function () {
return moment().tz('Asia/Shanghai').format('YYYY-MM-DD HH:mm:ss');
}
Expand Down

0 comments on commit 33ece48

Please sign in to comment.