Skip to content

Commit

Permalink
Change version to 22.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timopollmeier committed Jul 21, 2022
1 parent 6ebaf11 commit 44db5d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions changelog/22.4.md → changelog/22.4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
[22.4]: https://github.com/greenbone/gsa/compare/21.4.4...22.4.0
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 44db5d1

Please sign in to comment.