mirror of
https://github.com/Quad4-Software/MeshChatX.git
synced 2026-08-18 09:49:09 -04:00
6 lines
214 B
Python
6 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.7.0"
|