mirror of
https://github.com/nextcloud/server.git
synced 2026-05-19 08:25:56 -04:00
23.0.0
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
9275a9f28a
commit
614cc82d48
1 changed files with 2 additions and 2 deletions
|
|
@ -30,10 +30,10 @@
|
|||
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
|
||||
// when updating major/minor version number.
|
||||
|
||||
$OC_Version = [23, 0, 0, 9];
|
||||
$OC_Version = [23, 0, 0, 10];
|
||||
|
||||
// The human readable string
|
||||
$OC_VersionString = '23.0.0 RC3';
|
||||
$OC_VersionString = '23.0.0';
|
||||
|
||||
$OC_VersionCanBeUpgradedFrom = [
|
||||
'nextcloud' => [
|
||||
|
|
|
|||
Loading…
Reference in a new issue