Skip to content

Commit

Permalink
Raise Major Version (#165)
Browse files Browse the repository at this point in the history
Due to version checks in the code we need to make sure we have a higher version than 4.x.x.
  • Loading branch information
pkamps authored Dec 5, 2019
1 parent eb0cc5b commit aee9ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class eZPublishSDK
{
const GIT_COMMIT_HASH = '';
const VERSION_MAJOR = 1;
const VERSION_MAJOR = 10;
const VERSION_MINOR = 0;
const VERSION_RELEASE = 0;
const VERSION_STATE = 'master';
Expand Down

0 comments on commit aee9ed7

Please sign in to comment.