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-13 12:33:03 +0300
committerJohn Molakvoæ <skjnldsv@protonmail.com>2021-10-13 12:33:03 +0300
commit6ce5ea084ea49feba19dee40f167da7c97504d87 (patch)
tree72a129fe64f1a420650ea0e1c3ad091d237cc210 /version.php
parente163d199d810562da8bc959bf8be843ddbeac118 (diff)
23.0.0 beta 1
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'version.php')
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 045fa2866b6..a253702beac 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, 1];
+$OC_Version = [23, 0, 0, 2];
// The human readable string
-$OC_VersionString = '23.0.0 alpha';
+$OC_VersionString = '23.0.0 beta 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [