Skip to content

Commit

Permalink
Automatic release to 22.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greenbonebot committed Oct 23, 2023
1 parent 564ecf2 commit 98be406
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gsa",
"version": "22.7.2-dev1",
"version": "22.8.0",
"description": "Greenbone Security Assistant",
"keywords": [
"openvas",
Expand All @@ -13,7 +13,7 @@
"type": "git",
"url": "https://github.com/greenbone/gsa/"
},
"author": "Björn Ricks <bjoern.ricks@greenbone.net>",
"author": "Bj\u00f6rn Ricks <bjoern.ricks@greenbone.net>",
"license": "AGPL-3.0+",
"main": "src/index.js",
"engines": {
Expand Down Expand Up @@ -126,4 +126,4 @@
"git add"
]
}
}
}
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const getMajorMinorVersion = () => {
return `${major}.${minor}`;
};

export const VERSION = '22.7.2-dev1';
export const VERSION = '22.8.0';

export const RELEASE_VERSION = getMajorMinorVersion();

Expand Down

0 comments on commit 98be406

Please sign in to comment.