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>2016-06-20 23:21:35 +0300
committerGitHub <noreply@github.com>2016-06-20 23:21:35 +0300
commit9a0b78e757471953301a0092d113802bce2097d8 (patch)
tree32a82d68721759fb58661c88a60ad72359ba3f61
parentbbe16db5a690458d36f54e334bd8c95e758aa4ac (diff)
parentceea6661904734a12b40f4bcba20c36599a872af (diff)
Merge pull request #177 from nextcloud/v9.0.51
v9.0.51
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 41b30ec0991..7eca573eea9 100644
--- a/version.php
+++ b/version.php
@@ -26,10 +26,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, 0, 50, 0);
+$OC_Version = array(9, 0, 51, 0);
// The human readable string
-$OC_VersionString = '9.0.50';
+$OC_VersionString = '9.0.51';
$OC_VersionCanBeUpgradedFrom = array(8, 2);