From 8a81c63a6eb27d1450edda013fa34493c13c5fea Mon Sep 17 00:00:00 2001 From: Florent de Lamotte Date: Thu, 31 Jul 2025 23:44:34 +0200 Subject: [PATCH] upd ver in -v --- src/meshcore_cli/meshcore_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshcore_cli/meshcore_cli.py b/src/meshcore_cli/meshcore_cli.py index 139f0a5..7c8f3d0 100644 --- a/src/meshcore_cli/meshcore_cli.py +++ b/src/meshcore_cli/meshcore_cli.py @@ -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/"