Skip to content

Commit

Permalink
[5.5.2] Release
Browse files Browse the repository at this point in the history
  • Loading branch information
BLxcwg666 committed Apr 17, 2024
1 parent 7d79603 commit 78bda55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.5.1";
global.version = "5.5.2";
global.time = function () {
return moment().tz('Asia/Shanghai').format('YYYY-MM-DD HH:mm:ss');
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "travellings-api",
"description": "[![wakatime](https://wakatime.com/badge/user/018c29a9-6bba-4290-b83c-e1d1582f0233/project/018c2b3a-a125-424a-af40-965603a6d04a.svg)](https://wakatime.com/badge/user/018c29a9-6bba-4290-b83c-e1d1582f0233/project/018c2b3a-a125-424a-af40-965603a6d04a) \r New API For Travellings Project(Node.js + Express) \r 不代表最终品质",
"version": "5.5.1",
"version": "5.5.2",
"main": "app.js",
"devDependencies": {},
"scripts": {
Expand Down

0 comments on commit 78bda55

Please sign in to comment.