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-11-04 10:31:54 +0300
committerGitHub <noreply@github.com>2021-11-04 10:31:54 +0300
commit42cafb9d1917601bae21855b929ca9b6fdc327d5 (patch)
tree2c219bb910ae65c9db138a828d2fd479ceca1928
parent18e6288c89e476e1dec232560caf1479eba9e144 (diff)
parentc8f6715cc462e5f03ab76faee383035f398d4f4f (diff)
Merge pull request #29501 from nextcloud/release/23.0.0beta3
-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' => [