Skip to content

Commit

Permalink
因为是功能更新所以应该修改minor版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
苍之幻灵 committed Jul 26, 2022
1 parent dd9752b commit 3350372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CPMel/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def to_str(self):


def ver_info():
return VersionInfo(major=3, minor=2, patch=1, adv_ver=R, adv_ver_index=0)
return VersionInfo(major=3, minor=3, patch=0, adv_ver=R, adv_ver_index=0)


def ver_str():
Expand Down

0 comments on commit 3350372

Please sign in to comment.