Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shenjackyuanjie committed Jan 22, 2023
1 parent b87403b commit b2b8219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Difficult_Rocket/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from libs.MCDR.version import Version

game_version = Version("0.6.5.0") # 游戏版本
build_version = Version("1.0.0.0") # 编译文件版本(与游戏本体无关)
build_version = Version("1.0.1.0") # 编译文件版本(与游戏本体无关)
DR_rust_version = Version("0.0.0.1") # DR 的 Rust 编写部分的版本
__version__ = game_version

Expand Down

0 comments on commit b2b8219

Please sign in to comment.