Release 2.2.1 (#4389)

* added missing functions to invoice security policy
This commit is contained in:
Kevin Papst
2023-11-01 01:16:17 +01:00
committed by GitHub
parent e06acc95c5
commit c840fee911
3 changed files with 13 additions and 3 deletions

View File

@@ -17,11 +17,11 @@ class Constants
/**
* The current release version
*/
public const VERSION = '2.2.0';
public const VERSION = '2.2.1';
/**
* The current release: major * 10000 + minor * 100 + patch
*/
public const VERSION_ID = 20200;
public const VERSION_ID = 20201;
/**
* The software name
*/