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-19 11:46:00 +0300
committerGitHub <noreply@github.com>2021-10-19 11:46:00 +0300
commit1b16a136ebd8f63e09df061d383f34170e2cef35 (patch)
treecb558487afae03c84a911ce98d1b81d9c1c0f5f9
parentf3d5f2717f0f813633543bc0ad17dab975e78f58 (diff)
parent52bff6af475096f85eff352f5767058ef7e8cfaf (diff)
Merge pull request #29202 from nextcloud/release/23.0.0beta1v23.0.0beta1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 0db75d48f50..e126a663804 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, 3];
+$OC_Version = [23, 0, 0, 4];
// The human readable string
-$OC_VersionString = '23.0.0 alpha';
+$OC_VersionString = '23.0.0 beta 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [