From bd6bfde40563e4f62637471c3b24ea2940aec6c7 Mon Sep 17 00:00:00 2001 From: Greenbone Bot Date: Thu, 21 Nov 2024 14:37:25 +0000 Subject: [PATCH] Automated commit: change version from 23.12.0 -> 23.12.1 --- CMakeLists.txt | 2 +- charts/openvasd/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7bddd472b..5731290e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ message ("-- Configuring the Scanner...") # VERSION: Always include major, minor and patch level. project (openvas - VERSION 23.12.0 + VERSION 23.12.1 LANGUAGES C) if (POLICY CMP0005) diff --git a/charts/openvasd/Chart.yaml b/charts/openvasd/Chart.yaml index 53f717de2..96d29b116 100644 --- a/charts/openvasd/Chart.yaml +++ b/charts/openvasd/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "23.12.0" +appVersion: "23.12.1"