diff --git a/changelog/22.4.md b/changelog/22.4.0.md similarity index 95% rename from changelog/22.4.md rename to changelog/22.4.0.md index 43477c52d8..1452986ec6 100644 --- a/changelog/22.4.md +++ b/changelog/22.4.0.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [22.4] - 2022-07-20 +## [22.4.0] - 2022-07-20 ## Added * Expiring trial license notification. [7a6d00d87](https://github.com/greenbone/gsa/commit/7a6d00d87) @@ -27,4 +27,4 @@ All notable changes to this project will be documented in this file. * Use GSA version to create links to manual and GMP documentation [8d0e9d90d](https://github.com/greenbone/gsa/commit/8d0e9d90d) * severity field within gmp_authenticate_info_opts_t got deleted [fcf55ea32](https://github.com/greenbone/gsa/commit/fcf55ea32) -[22.4]: https://github.com/greenbone/gsa/compare/21.4.4...22.4 \ No newline at end of file +[22.4]: https://github.com/greenbone/gsa/compare/21.4.4...22.4.0 diff --git a/src/version.js b/src/version.js index 605cbc2202..c122bcc666 100644 --- a/src/version.js +++ b/src/version.js @@ -27,7 +27,7 @@ const getMajorMinorVersion = () => { return `${major}.${minor}`; }; -export const VERSION = '22.04.0'; +export const VERSION = '22.4.0'; export const RELEASE_VERSION = getMajorMinorVersion();