We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5308a8 commit faf906dCopy full SHA for faf906d
1 file changed
lib/version.php
@@ -15,11 +15,11 @@
15
class eZPublishSDK
16
{
17
const VERSION_MAJOR = 5;
18
- const VERSION_MINOR = 98;
19
- const VERSION_RELEASE = 12;
+ const VERSION_MINOR = 99;
+ const VERSION_RELEASE = 3;
20
const VERSION_STATE = 'alpha1';
21
const VERSION_DEVELOPMENT = true;
22
- const VERSION_ALIAS = '2018.12';
+ const VERSION_ALIAS = '2019.03';
23
const EDITION = 'eZ Publish legacy';
24
25
/*!
0 commit comments