Skip to content

Commit 30540a1

Browse files
committed
Automatic release to 27.4.0
1 parent 45ddaf9 commit 30540a1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gsa",
3-
"version": "27.3.1-dev1",
3+
"version": "27.4.0",
44
"description": "Greenbone Security Assistant",
55
"keywords": [
66
"openvas",
@@ -13,7 +13,7 @@
1313
"type": "git",
1414
"url": "https://github.com/greenbone/gsa/"
1515
},
16-
"author": "Björn Ricks <bjoern.ricks@greenbone.net>",
16+
"author": "Bj\u00f6rn Ricks <bjoern.ricks@greenbone.net>",
1717
"license": "AGPL-3.0+",
1818
"type": "module",
1919
"scripts": {
@@ -121,4 +121,4 @@
121121
"vite-plugin-svgr": "^5.2.0",
122122
"vitest": "^4.0.17"
123123
}
124-
}
124+
}

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 = '27.3.1-dev1';
16+
export const VERSION = '27.4.0';
1717

1818
export const RELEASE_VERSION = getMajorMinorVersion();
1919

0 commit comments

Comments
 (0)