re-add version number

turns out those are quite important

Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2023-05-12 15:37:34 +02:00
parent 1f4dd62b4e
commit 4efcddf20f
No known key found for this signature in database
GPG Key ID: 42B69D8A64526EFB
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 = [27, 0, 0, 3];
// The human-readable string
$OC_VersionString = '27.0.0 beta 2';