We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac32714 commit 34af1eeCopy full SHA for 34af1ee
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "troubadix"
3
-version = "24.8.2.dev1"
+version = "24.8.2"
4
description = "A linting and QA check tool for NASL files"
5
authors = ["Greenbone <[email protected]>"]
6
license = "GPL-3.0-or-later"
troubadix/__version__.py
@@ -2,4 +2,4 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH!
-__version__ = "24.8.2.dev1"
+__version__ = "24.8.2"
0 commit comments