Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ax l
MCSManager
Commits
44e3ad51
Commit
44e3ad51
authored
5 years ago
by
Suwings
Browse files
Options
Download
Email Patches
Plain Diff
修改 当前发行版本
parent
0cc8f1e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
helper/version.js
+2
-2
helper/version.js
with
2 additions
and
2 deletions
+2
-2
helper/version.js
+
2
-
2
View file @
44e3ad51
...
...
@@ -4,8 +4,8 @@ const os = require("os");
//每次更新之后,修改此处,表明修改
//这样, 用户截图时, 可以知道具体的版本
//请用户尽可能的不要修改本文件任何代码,因为每一次版本更新时,必定会冲突
const
oversion
=
"
8.6.
4
发行版本
"
;
//前端
const
tversion
=
"
8.6.
4
发行版本
"
;
//后端
const
oversion
=
"
8.6.
5
发行版本
"
;
//前端
const
tversion
=
"
8.6.
5
发行版本
"
;
//后端
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