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-07-17 09:19:50 +0300
committerGitHub <noreply@github.com>2017-07-17 09:19:50 +0300
commit8b490e8a5c21997711ebcbfecbf1a3a1b336439d (patch)
tree743b569bcc6309feefc2453e28f93acfab214517
parent32d6c24ddec96b99044f1b7a1f9679d9c3dcea17 (diff)
parent0f434e109d06a8086000ab4739d3ba4ab119df66 (diff)
Merge pull request #5729 from nextcloud/bump-stable10-versionv10.0.6RC1
10.0.6RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 0c9a3896509..4e5160071d4 100644
--- a/version.php
+++ b/version.php
@@ -25,10 +25,10 @@
// We only can count up. The 4. digit is only for the internal patchlevel to trigger DB upgrades
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
-$OC_Version = array(9, 1, 5, 2);
+$OC_Version = array(9, 1, 6, 0);
// The human readable string
-$OC_VersionString = '10.0.5';
+$OC_VersionString = '10.0.6 RC1';
$OC_VersionCanBeUpgradedFrom = array(9, 0);