更新版本号! 加 tag!

This commit is contained in:
shenjack 2022-08-23 22:51:01 +08:00
parent 7a53254f46
commit f031c0891d
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ from typing import Any, Dict, Callable, Union, Tuple, List, Type
from libs.MCDR.version import Version
game_version = Version("0.6.2")
game_version = Version("0.6.3")
__version__ = game_version

View File

@ -1,6 +1,6 @@
[runtime]
fps = 60
version = 0.6.1
version = 0.6.3
language = zh-CN
date_fmt = %%Y-%%m-%%d %%H-%%M-%%S
write_py_v = 3.8.10

View File

@ -1,6 +1,6 @@
[runtime]
fps = 60
version = "0.6.1"
version = "0.6.3"
language = "zh-CN"
date_fmt = "%Y-%m-%d %H-%M-%S"
write_py_v = "3.8.10"