upd ver in -v

This commit is contained in:
Florent de Lamotte 2025-07-31 23:44:34 +02:00
parent 566ef85536
commit 8a81c63a6e

View file

@ -23,7 +23,7 @@ from prompt_toolkit.shortcuts import radiolist_dialog
from meshcore import MeshCore, EventType, logger
# Version
VERSION = "v1.1.9"
VERSION = "v1.1.10"
# default ble address is stored in a config file
MCCLI_CONFIG_DIR = str(Path.home()) + "/.config/meshcore/"