mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-04-27 04:15:38 +00:00
7 lines
214 B
Python
7 lines
214 B
Python
# SPDX-License-Identifier: 0BSD
|
|
|
|
"""Reticulum MeshChatX - A mesh network communications app."""
|
|
|
|
# Synced from package.json via scripts/sync_version.js (also writes meshchatx/src/version.py).
|
|
__version__ = "4.6.0"
|