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:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2021-06-16 14:27:05 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2021-06-16 14:27:05 +0300
commit12f9177ed7f4a2770822bfa11b84a0f962db8776 (patch)
treebf5af9d9f60aad390a7d21383fc0a20464bd19e9 /version.php
parent6f894c8748267a7d5119c517a37c117faf142982 (diff)
22.0.0 beta 5
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
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 515bd1979ce..0eb90683894 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 = [22, 0, 0, 7];
+$OC_Version = [22, 0, 0, 8];
// The human readable string
-$OC_VersionString = '22.0.0 beta 4';
+$OC_VersionString = '22.0.0 beta 5';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [