From 48c9095dc5bf8c2749aecbfa673a86ff498000d5 Mon Sep 17 00:00:00 2001 From: Florent de Lamotte Date: Fri, 18 Jul 2025 14:18:20 +0200 Subject: [PATCH] v1.1.6 --- 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 29cf8f9..ebd7225 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.5" +VERSION = "v1.1.6" # default ble address is stored in a config file MCCLI_CONFIG_DIR = str(Path.home()) + "/.config/meshcore/"