Skip to content

Commit 6f39103

Browse files
committed
Automatic release to 23.2.1
1 parent daa8910 commit 6f39103

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": "23.2.1-dev1",
3+
"version": "23.2.1",
44
"description": "Greenbone Security Assistant",
55
"keywords": [
66
"openvas",

src/version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const getMajorMinorVersion = () => {
1515
return `${major}.${minor}`;
1616
};
1717

18-
export const VERSION = '23.2.1-dev1';
18+
export const VERSION = '23.2.1';
1919

2020
export const RELEASE_VERSION = getMajorMinorVersion();
2121

0 commit comments

Comments
 (0)