Merge pull request #38222 from nextcloud/27b2-version

re-add version number
pull/38224/head v27.0.0beta2
Arthur Schiwon 2023-05-12 15:45:18 +07:00 committed by GitHub
commit ba867b6257
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

@ -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';