Skip to content

Commit

Permalink
Automatic adjustments after release [skip ci]
Browse files Browse the repository at this point in the history
* Update to version 23.1.1-dev1
  • Loading branch information
greenbonebot committed Jun 25, 2024
1 parent 4253bc4 commit b6d060c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gsa",
"version": "23.1.0",
"version": "23.1.1-dev1",
"description": "Greenbone Security Assistant",
"keywords": [
"openvas",
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const getMajorMinorVersion = () => {
return `${major}.${minor}`;
};

export const VERSION = '23.1.0';
export const VERSION = '23.1.1-dev1';

export const RELEASE_VERSION = getMajorMinorVersion();

Expand Down

0 comments on commit b6d060c

Please sign in to comment.