Skip to content

Commit 3c1fee6

Browse files
committed
Automatic release to 22.5.2
1 parent 1f2ea9f commit 3c1fee6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gsa",
3-
"version": "22.5.2-dev1",
3+
"version": "22.5.2",
44
"description": "Greenbone Security Assistant",
55
"keywords": [
66
"openvas",

src/version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const getMajorMinorVersion = () => {
2727
return `${major}.${minor}`;
2828
};
2929

30-
export const VERSION = '22.5.2-dev1';
30+
export const VERSION = '22.5.2';
3131

3232
export const RELEASE_VERSION = getMajorMinorVersion();
3333

0 commit comments

Comments
 (0)