Skip to content

Commit

Permalink
Automatic release to 23.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greenbonebot committed Aug 29, 2024
1 parent 52940b5 commit 6d19ae0
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": "23.2.2-dev1",
"version": "23.3.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 <[email protected]>",
"author": "Bj\u00f6rn Ricks <[email protected]>",
"license": "AGPL-3.0+",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -118,4 +118,4 @@
"prettier --write"
]
}
}
}
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const getMajorMinorVersion = () => {
return `${major}.${minor}`;
};

export const VERSION = '23.2.2-dev1';
export const VERSION = '23.3.0';

export const RELEASE_VERSION = getMajorMinorVersion();

Expand Down

0 comments on commit 6d19ae0

Please sign in to comment.