Skip to content

Commit a776b96

Browse files
committed
Automatic adjustments after release [skip ci]
* Update to version 27.2.1-dev1
1 parent 2bd7eba commit a776b96

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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": "27.2.0",
3+
"version": "27.2.1-dev1",
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 = '27.2.0';
16+
export const VERSION = '27.2.1-dev1';
1717

1818
export const RELEASE_VERSION = getMajorMinorVersion();
1919

0 commit comments

Comments
 (0)