File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " gsa" ,
3- "version" : " 27.1.1-dev1 " ,
3+ "version" : " 27.2.0 " ,
44 "description" : " Greenbone Security Assistant" ,
55 "keywords" : [
66 " openvas" ,
1313 "type" : " git" ,
1414 "url" : " https://github.com/greenbone/gsa/"
1515 },
16- "author" : " Björn Ricks <bjoern.ricks@greenbone.net>" ,
16+ "author" : " Bj \u00f6 rn Ricks <bjoern.ricks@greenbone.net>" ,
1717 "license" : " AGPL-3.0+" ,
1818 "type" : " module" ,
1919 "scripts" : {
120120 "vite-plugin-svgr" : " ^5.2.0" ,
121121 "vitest" : " ^4.0.17"
122122 }
123- }
123+ }
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ const getMajorMinorVersion = () => {
1313 return `${ major } .${ minor } ` ;
1414} ;
1515
16- export const VERSION = '27.1.1-dev1 ' ;
16+ export const VERSION = '27.2.0 ' ;
1717
1818export const RELEASE_VERSION = getMajorMinorVersion ( ) ;
1919
You can’t perform that action at this time.
0 commit comments