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:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2019-12-19 10:57:48 +0300
committerGitHub <noreply@github.com>2019-12-19 10:57:48 +0300
commit11c19a4541c408b75c967ef1ebb6dfdee7a4436c (patch)
tree178a813d5c8a6dbdbeaae7870230c74a9f874727
parent972c39bafc9315b5296fcccd17f61dc220265854 (diff)
parent272e8da08ca05d639f71709aa4825dc77e46ff19 (diff)
Merge pull request #18370 from nextcloud/version/18/beta3v18.0.0beta3
18 beta 3
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index bd695031314..6b388866484 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 = array(18, 0, 0, 4);
+$OC_Version = array(18, 0, 0, 5);
// The human readable string
-$OC_VersionString = '18.0.0 Beta2';
+$OC_VersionString = '18.0.0 Beta3';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [