diff --git a/helper/version.js b/helper/version.js index 5f16ed1f..c729655b 100644 --- a/helper/version.js +++ b/helper/version.js @@ -7,7 +7,7 @@ const os = require("os"); const verisonA = "8.6.13 发行版本"; //发行版本 -const verisonB = "No.20201008-01"; //版本批次 +const verisonB = "No.20201008-04"; //版本批次 let info = [os.type(), os.arch(), os.hostname(), os.release()].join(" ");