Skip to content

Commit 13f98a7

Browse files
committed
Automatic release to 26.3.0
1 parent 0536650 commit 13f98a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gsa",
3-
"version": "26.2.1-dev1",
3+
"version": "26.3.0",
44
"description": "Greenbone Security Assistant",
55
"keywords": [
66
"openvas",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const getMajorMinorVersion = () => {
1313
return `${major}.${minor}`;
1414
};
1515

16-
export const VERSION = '26.2.1-dev1';
16+
export const VERSION = '26.3.0';
1717

1818
export const RELEASE_VERSION = getMajorMinorVersion();
1919

0 commit comments

Comments
 (0)