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