bump version (#2991)

This commit is contained in:
Kevin Papst
2021-12-04 02:27:32 +01:00
committed by GitHub
parent 1da26e041d
commit 4ae18b73d1

View File

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