Skip to content

Commit

Permalink
Merge branch 'main' into fix-svg-console-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-mng authored Feb 17, 2025
2 parents 179e76c + 4e8778a commit b0ad06a
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": "24.2.1-dev1",
"version": "24.3.1-dev1",
"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 @@ -100,4 +100,4 @@
"vite-plugin-svgr": "^4.3.0",
"vitest": "^3.0.5"
}
}
}
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const getMajorMinorVersion = () => {
return `${major}.${minor}`;
};

export const VERSION = '24.2.1-dev1';
export const VERSION = '24.3.1-dev1';

export const RELEASE_VERSION = getMajorMinorVersion();

Expand Down

0 comments on commit b0ad06a

Please sign in to comment.