diff --git a/CMakeLists.txt b/CMakeLists.txt index beaf22914..f6107e48d 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.4.1 + VERSION 23.4.2 LANGUAGES C) if (POLICY CMP0005) diff --git a/charts/openvasd/Chart.yaml b/charts/openvasd/Chart.yaml index e90b0c186..a1fe35887 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.4.1" +appVersion: "23.4.2"