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>2021-10-28 19:46:52 +0300
committerGitHub <noreply@github.com>2021-10-28 19:46:52 +0300
commite1273da3c48e750224ccb93a99e58824a9240757 (patch)
treead09db5615df4bfe789d72fdbd26db4abb14ba5b
parentdf4e6bab6938287e7c0a876bdeacb7e0d8617723 (diff)
parentb277faebe5c98f6b45a2e68f03b6afd52f8828a9 (diff)
Merge pull request #29431 from nextcloud/release/23.0.0beta2v23.0.0beta2
-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' => [