mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-06-09 12:01:38 +00:00
7 lines
121 B
Python
7 lines
121 B
Python
"""Version string synced from package.json.
|
|
|
|
Do not edit by hand. Run: pnpm run version:sync.
|
|
"""
|
|
|
|
__version__ = "4.5.0"
|