From d01cdfb73a0fdbd2ae02af777788f46d96ed6a9e Mon Sep 17 00:00:00 2001 From: Florent Date: Sat, 2 Aug 2025 09:28:08 +0200 Subject: [PATCH] v1.1.11 --- 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 7c8f3d0..a5f0a92 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.10" +VERSION = "v1.1.11" # default ble address is stored in a config file MCCLI_CONFIG_DIR = str(Path.home()) + "/.config/meshcore/"