Skip to content

Commit 09497c9

Browse files
committed
add coremanager
1 parent 4a2c873 commit 09497c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CoreManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ const config: Config & { [key: string]: any } = {
317317
SERVER_AUTH_TOKEN: null,
318318
LIVEQUERY_SERVER_URL: null,
319319
ENCRYPTED_KEY: null,
320-
VERSION: 'js' + require('../package.json').version,
320+
VERSION: process.env.PARSE_VERSION,
321321
APPLICATION_ID: null,
322322
JAVASCRIPT_KEY: null,
323323
MASTER_KEY: null,

0 commit comments

Comments
 (0)