Skip to content

Commit 2bd7eba

Browse files
committed
Automatic release to 27.2.0
1 parent bac09f5 commit 2bd7eba

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.1.1-dev1",
3+
"version": "27.2.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": {
@@ -120,4 +120,4 @@
120120
"vite-plugin-svgr": "^5.2.0",
121121
"vitest": "^4.0.17"
122122
}
123-
}
123+
}

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.1.1-dev1';
16+
export const VERSION = '27.2.0';
1717

1818
export const RELEASE_VERSION = getMajorMinorVersion();
1919

0 commit comments

Comments
 (0)