From 24134a9875b3ff4045509717d6d801e92beb8611 Mon Sep 17 00:00:00 2001 From: Greenbone Bot Date: Fri, 11 Aug 2023 10:38:31 +0000 Subject: [PATCH] Automatic release to 22.6.0 --- package.json | 6 +++--- src/version.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 4cf909dac4..44fb52888f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gsa", - "version": "22.5.4-dev1", + "version": "22.6.0", "description": "Greenbone Security Assistant", "keywords": [ "openvas", @@ -13,7 +13,7 @@ "type": "git", "url": "https://github.com/greenbone/gsa/" }, - "author": "Björn Ricks ", + "author": "Bj\u00f6rn Ricks ", "license": "AGPL-3.0+", "main": "src/index.js", "engines": { @@ -123,4 +123,4 @@ "git add" ] } -} +} \ No newline at end of file diff --git a/src/version.js b/src/version.js index 689ca415bd..fda4b745d2 100644 --- a/src/version.js +++ b/src/version.js @@ -27,7 +27,7 @@ const getMajorMinorVersion = () => { return `${major}.${minor}`; }; -export const VERSION = '22.5.4-dev1'; +export const VERSION = '22.6.0'; export const RELEASE_VERSION = getMajorMinorVersion();