-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
63 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
now_version = "5.3.0" | ||
ver_time = '2021-1-15' | ||
# 格式:大版本号.小版本号.补丁版本号 | ||
# 含义 | ||
# 大版本号:大重构、或者引入很重要的改动时 | ||
# 小版本号:新增活动等 | ||
# 补丁版本号:修复bug | ||
now_version = "5.4.0" | ||
ver_time = '2021-1-18' | ||
author = '风之凌殇' |