This commit is contained in:
Florent 2025-05-21 11:46:27 +02:00
parent 1d9afa55e6
commit a55147898c
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ from meshcore import TCPConnection, BLEConnection, SerialConnection
from meshcore import MeshCore, EventType, logger
# Version
VERSION = "v0.8.1"
VERSION = "v1.0.0rc2"
# default ble address is stored in a config file
MCCLI_CONFIG_DIR = str(Path.home()) + "/.config/meshcore/"