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 21:25:17 +0300
committerLukas Reschke <lukas@statuscode.ch>2017-05-15 21:25:33 +0300
commitf20f071e70f56161e804e7676100c64a0f79ac41 (patch)
treef8bc872a05c7829a0571d8bee6cb97f5ae3a383c /version.php
parent75c437a96a845e149f0054d28d779d6f486d27fb (diff)
Bump to 12.0.0 beta 3
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
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 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' => [