bump dependencies and improved export command (#3606)

This commit is contained in:
Kevin Papst
2022-10-30 11:34:17 +01:00
committed by GitHub
parent 421be6835e
commit 642d31432a
5 changed files with 121 additions and 116 deletions

View File

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