mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
46ec8f52e7
- Update CHANGELOG and CONTRIBUTORS - Bump version - Include Apple Gamecenter highscore setting tutorial in docs
3 lines
65 B
Python
3 lines
65 B
Python
IVERSION = (0, 5)
|
|
VERSION = ".".join([str(i) for i in IVERSION])
|