fix create invoice token issue (#3007)

This commit is contained in:
Kevin Papst
2021-12-09 01:36:58 +01:00
committed by GitHub
parent 22ce6b047a
commit 573fa9f7f3
4 changed files with 23 additions and 26 deletions

View File

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