diff --git a/helper/version.js b/helper/version.js index c2d30141..d8a9de27 100644 --- a/helper/version.js +++ b/helper/version.js @@ -11,9 +11,9 @@ const os = require("os"); //这样, 用户截图时, 可以知道具体的版本 //请用户尽可能的不要修改本文件任何代码,因为每一次版本更新时,必定会冲突 -const verisonA = "8.6.23 发行版本"; //发行版本 +const verisonA = "8.7.0 发行版本"; //发行版本 -const verisonB = "No.20210623-03"; //版本批次 +const verisonB = "No.20211108-01"; //版本批次 let info = [os.type(), os.arch(), os.hostname(), os.release()].join(" "); diff --git a/package.json b/package.json index fc7c0589..d3b57c0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mcsmanager", - "version": "8.6.23", + "version": "8.7.0", "description": "A simple Minecraft server web panel", "Keywords": [ "MCSManager", @@ -57,4 +57,4 @@ "engines": { "node": ">=8.0" } -} +} \ No newline at end of file