From 3e2e373d3342053d0057bacfd8f576af5483b6f3 Mon Sep 17 00:00:00 2001 From: 7x Date: Wed, 3 Jan 2024 16:50:30 -0800 Subject: [PATCH] Update version.php increase version number --- lib/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';