From 66c44be8813bbb048e5aa0744cdfcc9ea48e584f Mon Sep 17 00:00:00 2001 From: rv0lt Date: Thu, 19 Sep 2024 11:19:42 +0200 Subject: [PATCH] new version --- dds_cli/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dds_cli/version.py b/dds_cli/version.py index 0fcff047..652ce9fa 100644 --- a/dds_cli/version.py +++ b/dds_cli/version.py @@ -2,4 +2,4 @@ # Do not change bump the major version unless absolutely necessary - makes incompatible with API # If mid or minor version reaches 9, continue to 10, 11 etc. -__version__ = "2.7.1-pentest" +__version__ = "2.7.1.pentest"