diff --git a/lib/version.php b/lib/version.php index cba45865332..795a37b210d 100644 --- a/lib/version.php +++ b/lib/version.php @@ -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';