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-18 01:02:27 +0300
committerGitHub <noreply@github.com>2017-05-18 01:02:27 +0300
commitc002698ed2ce5cda07fbc8e88ce4f87d269826f8 (patch)
tree380bb07592c8d72a6a04545b57191098029c7916
parentfb4576752440e90f6e54588b707184290d74f1c0 (diff)
parentfe87d8986586cd43b3a71007ece5d9389c20ba1e (diff)
Merge pull request #4929 from nextcloud/beta-4v12.0.0beta4
12.0.0 Beta 4
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index b70a985a9c3..eb6254a777f 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, 20);
+$OC_Version = array(12, 0, 0, 21);
// The human readable string
-$OC_VersionString = '12.0 beta 3';
+$OC_VersionString = '12.0 beta 4';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [