From ed65024df9e65fe1fbd1ca41d9df1fe6f1b02058 Mon Sep 17 00:00:00 2001 From: Greenbone Bot Date: Thu, 15 Aug 2024 10:38:54 +0000 Subject: [PATCH] Automated commit: change version from 22.6.3 -> 22.6.4 --- notus/scanner/__version__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/notus/scanner/__version__.py b/notus/scanner/__version__.py index f537d51..2492c11 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.3" +__version__ = "22.6.4" diff --git a/pyproject.toml b/pyproject.toml index ff4f142..77c337d 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.3" +version = "22.6.4" description = "A vulnerability scanner for creating results from local security checks (LSCs) " authors = ["Greenbone AG "] license = "AGPL-3.0-or-later"