Skip to content

Commit

Permalink
Merge pull request #17 from se7enxweb/se7enxweb-version-number
Browse files Browse the repository at this point in the history
Update version.php increase version number
  • Loading branch information
se7enxweb authored Jan 4, 2024
2 parents 905b5c4 + 3e2e373 commit ce7605f
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 @@ -16,7 +16,7 @@ class eZPublishSDK
{
const VERSION_MAJOR = 6;
const VERSION_MINOR = 0;
const VERSION_RELEASE = 0;
const VERSION_RELEASE = 1;
const VERSION_STATE = 'stable';
const VERSION_DEVELOPMENT = false;
const VERSION_ALIAS = '6.0';
Expand Down

0 comments on commit ce7605f

Please sign in to comment.