diff --git a/notus/scanner/__version__.py b/notus/scanner/__version__.py index 2492c11..5555aea 100644 --- a/notus/scanner/__version__.py +++ b/notus/scanner/__version__.py @@ -2,4 +2,4 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH! -__version__ = "22.6.4" +__version__ = "22.6.5" diff --git a/pyproject.toml b/pyproject.toml index 6315a74..0aa1895 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "notus-scanner" -version = "22.6.4" +version = "22.6.5" description = "A vulnerability scanner for creating results from local security checks (LSCs) " authors = ["Greenbone AG "] license = "AGPL-3.0-or-later"