Skip to content

Commit

Permalink
Automatic release to 23.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greenbonebot committed Jun 25, 2024
1 parent 97516f4 commit 4253bc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gsa",
"version": "23.0.1-dev1",
"version": "23.1.0",
"description": "Greenbone Security Assistant",
"keywords": [
"openvas",
Expand All @@ -13,7 +13,7 @@
"type": "git",
"url": "https://github.com/greenbone/gsa/"
},
"author": "Björn Ricks <bjoern.ricks@greenbone.net>",
"author": "Bj\u00f6rn Ricks <bjoern.ricks@greenbone.net>",
"license": "AGPL-3.0+",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -116,4 +116,4 @@
"prettier --write"
]
}
}
}
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.0.1-dev1';
export const VERSION = '23.1.0';

export const RELEASE_VERSION = getMajorMinorVersion();

Expand Down

0 comments on commit 4253bc4

Please sign in to comment.