Skip to content

Commit

Permalink
Automatic release to 22.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
greenbonebot committed Jul 25, 2023
1 parent 83b1bd0 commit ae6a54c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gsa",
"version": "22.5.3-dev1",
"version": "22.5.3",
"description": "Greenbone Security Assistant",
"keywords": [
"openvas",
Expand Down
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.5.3-dev1';
export const VERSION = '22.5.3';

export const RELEASE_VERSION = getMajorMinorVersion();

Expand Down

0 comments on commit ae6a54c

Please sign in to comment.