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:
authorLukas Reschke <lukas@statuscode.ch>2017-05-15 23:09:43 +0300
committerGitHub <noreply@github.com>2017-05-15 23:09:43 +0300
commita1a13fee9bc25d556fb7fb40cf03b1a624dceb5f (patch)
treef8bc872a05c7829a0571d8bee6cb97f5ae3a383c
parent75c437a96a845e149f0054d28d779d6f486d27fb (diff)
parentf20f071e70f56161e804e7676100c64a0f79ac41 (diff)
Merge pull request #4884 from nextcloud/beta-3
Bump to 12.0.0 beta 3
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 84b84e1016e..b70a985a9c3 100644
--- a/version.php
+++ b/version.php
@@ -26,10 +26,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(12, 0, 0, 19);
+$OC_Version = array(12, 0, 0, 20);
// The human readable string
-$OC_VersionString = '12.0 beta 2';
+$OC_VersionString = '12.0 beta 3';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [