bump oc_version to 28.0.0.1

Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com>
This commit is contained in:
hamza221 2023-08-01 17:08:16 +02:00
parent 9241a38fc2
commit af113ddad4
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patch level
// when updating major/minor version number.
$OC_Version = [28, 0, 0, 0];
$OC_Version = [28, 0, 0, 1];
// The human-readable string
$OC_VersionString = '28.0.0 dev';