Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ax l
MCSManager
Commits
e6054996
Commit
e6054996
authored
4 years ago
by
Suwings
Browse files
Options
Download
Email Patches
Plain Diff
更新 版本批次
parent
bf626de1
master
v8.7.0
v8.6.23
v8.6.22
v8.6.21
v8.6.20
v8.6.19
v8.6.18
v8.6.17
v8.6.15
v8.6.14
v8.6.13
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
helper/version.js
+1
-1
helper/version.js
with
1 addition
and
1 deletion
+1
-1
helper/version.js
+
1
-
1
View file @
e6054996
...
...
@@ -7,7 +7,7 @@ const os = require("os");
const
verisonA
=
"
8.6.13 发行版本
"
;
//发行版本
const
verisonB
=
"
No.20201008-0
1
"
;
//版本批次
const
verisonB
=
"
No.20201008-0
4
"
;
//版本批次
let
info
=
[
os
.
type
(),
os
.
arch
(),
os
.
hostname
(),
os
.
release
()].
join
(
"
"
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help