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@protonmail.com>2021-10-25 16:54:57 +0300
committerJohn Molakvoæ <skjnldsv@protonmail.com>2021-10-25 16:54:57 +0300
commitb277faebe5c98f6b45a2e68f03b6afd52f8828a9 (patch)
tree3de38e6be368552fb38178811d7b7bf83725d9fd
parent93561247008c0f4eb1340c9a5f48d908a4fcda72 (diff)
23.0.0 beta 2
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index c6e163ad3e0..2d6dbf9ea7f 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, 4];
+$OC_Version = [23, 0, 0, 5];
// The human readable string
-$OC_VersionString = '23.0.0 beta 1';
+$OC_VersionString = '23.0.0 beta 2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [