Skip to content

Commit 929f7f3

Browse files
committed
add node version to app_info
1 parent 9e914b9 commit 929f7f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/app_info.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const CLIPPER_PROTOCOL_VERSION = "1.0";
1111
module.exports = {
1212
appVersion: packageJson.version,
1313
dbVersion: APP_DB_VERSION,
14+
nodeVersion: process.version,
1415
syncVersion: SYNC_VERSION,
1516
buildDate: build.buildDate,
1617
buildRevision: build.buildRevision,

0 commit comments

Comments
 (0)