Skip to content

Commit faf906d

Browse files
author
André R
authored
Set version to 2019.03
1 parent a5308a8 commit faf906d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
class eZPublishSDK
1616
{
1717
const VERSION_MAJOR = 5;
18-
const VERSION_MINOR = 98;
19-
const VERSION_RELEASE = 12;
18+
const VERSION_MINOR = 99;
19+
const VERSION_RELEASE = 3;
2020
const VERSION_STATE = 'alpha1';
2121
const VERSION_DEVELOPMENT = true;
22-
const VERSION_ALIAS = '2018.12';
22+
const VERSION_ALIAS = '2019.03';
2323
const EDITION = 'eZ Publish legacy';
2424

2525
/*!

0 commit comments

Comments
 (0)