We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0536650 commit 13f98a7Copy full SHA for 13f98a7
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gsa",
3
- "version": "26.2.1-dev1",
+ "version": "26.3.0",
4
"description": "Greenbone Security Assistant",
5
"keywords": [
6
"openvas",
src/version.ts
@@ -13,7 +13,7 @@ const getMajorMinorVersion = () => {
13
return `${major}.${minor}`;
14
};
15
16
-export const VERSION = '26.2.1-dev1';
+export const VERSION = '26.3.0';
17
18
export const RELEASE_VERSION = getMajorMinorVersion();
19
0 commit comments