Skip to content

Commit 78bda55

Browse files
committed
[5.5.2] Release
1 parent 7d79603 commit 78bda55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const redisClient = require('./modules/redisClient');
2222
const host = config.API_HOST;
2323
const port = config.API_PORT;
2424

25-
global.version = "5.5.1";
25+
global.version = "5.5.2";
2626
global.time = function () {
2727
return moment().tz('Asia/Shanghai').format('YYYY-MM-DD HH:mm:ss');
2828
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "travellings-api",
33
"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 不代表最终品质",
4-
"version": "5.5.1",
4+
"version": "5.5.2",
55
"main": "app.js",
66
"devDependencies": {},
77
"scripts": {

0 commit comments

Comments
 (0)