From f1cc6dda9f35fda4545016b73683c885da11d55b Mon Sep 17 00:00:00 2001 From: Piotr Zaniewski Date: Sat, 15 Feb 2025 10:45:34 +0100 Subject: [PATCH] version bump --- killercoda_cli/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/killercoda_cli/__about__.py b/killercoda_cli/__about__.py index 7e09cd1..85b1097 100644 --- a/killercoda_cli/__about__.py +++ b/killercoda_cli/__about__.py @@ -2,4 +2,4 @@ # # SPDX-License-Identifier: MIT # This is setup in build process in CI, but also servers as a record for the --version flag -__version__ = "1.2.3" +__version__ = "1.2.4"