bump version 1.22 (#3429)

* adjusted release note template
* stabilize test
* deactivate audit listener, more pre-validation for kimai 1 importer
This commit is contained in:
Kevin Papst
2022-07-22 12:41:49 +02:00
committed by GitHub
parent c0f3f31095
commit ad880b5b97
5 changed files with 58 additions and 15 deletions

View File

@@ -17,11 +17,11 @@ class Constants
/**
* The current release version
*/
public const VERSION = '1.21';
public const VERSION = '1.22.0';
/**
* The current release: major * 10000 + minor * 100 + patch
*/
public const VERSION_ID = 12100;
public const VERSION_ID = 12200;
/**
* The current release status, either "stable" or "dev"
*/