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-11-01 13:15:41 +0300
committerJohn Molakvoæ <skjnldsv@protonmail.com>2021-11-01 13:15:41 +0300
commitc8f6715cc462e5f03ab76faee383035f398d4f4f (patch)
tree2b710d6547bac423f3f22f96b829a81fa9d39122 /version.php
parent67d635e0998dca6a2e67cdde465a90b1b05dcea3 (diff)
23.0.0 beta 3
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 2d6dbf9ea7f..a46603056b5 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, 5];
+$OC_Version = [23, 0, 0, 6];
// The human readable string
-$OC_VersionString = '23.0.0 beta 2';
+$OC_VersionString = '23.0.0 beta 3';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [