Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-01-07 16:57:27 +0300
committerGitHub <noreply@github.com>2022-01-07 16:57:27 +0300
commit7d8be4d044c9a3aa657aa380f094c09a22e2d3c4 (patch)
tree52ccc9c281a0de489bae08a9947468d509b6a403
parentdeeee361327e523a07da2298eb44c88051fa87c7 (diff)
parente65a5e199ee6a0e5b79696aba92d7a4bba17b467 (diff)
Merge pull request #30518 from nextcloud/release/23.0.1v23.0.1rc1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 566b44d0b38..c680ca16615 100644
--- a/version.php
+++ b/version.php
@@ -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, 12];
+$OC_Version = [23, 0, 1, 0];
// The human readable string
-$OC_VersionString = '23.0.0';
+$OC_VersionString = '23.0.1 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [