From 3fa4fb1ee233c0504b202a1c34370caf28d3c2a8 Mon Sep 17 00:00:00 2001 From: MiaoWoo Date: Wed, 21 Aug 2019 16:11:30 +0800 Subject: [PATCH] Wed Aug 21 16:11:30 CST 2019 Source Update... --- Source/core/constant.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/core/constant.js b/Source/core/constant.js index 8efbc22..aa597c6 100644 --- a/Source/core/constant.js +++ b/Source/core/constant.js @@ -8,7 +8,7 @@ * Telegram: https://t.me/terafoundation */ -global.UPDATE_CODE_VERSION_NUM = 1187; +global.UPDATE_CODE_VERSION_NUM = 1188; global.MIN_CODE_VERSION_NUM = 1114; global.MINING_VERSION_NUM = 0; global.InitParamsArg = InitParamsArg;