From 67638b2c1b2d510f42985f6dae4e3194ef47a4d1 Mon Sep 17 00:00:00 2001 From: jaydee Date: Fri, 5 Dec 2025 21:12:36 +0100 Subject: [PATCH] build --- portainer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portainer.py b/portainer.py index 9401118..d59dcbb 100755 --- a/portainer.py +++ b/portainer.py @@ -21,7 +21,7 @@ from prompt_toolkit.completion import WordCompleter from prompt_toolkit.shortcuts import checkboxlist_dialog from prompt_toolkit.shortcuts import radiolist_dialog -VERSION = "0.1.3" +VERSION = "0.1.4" defaults = { "endpoint_id": "vm01",