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@owncloud.com>2016-06-14 13:28:40 +0300
committerLukas Reschke <lukas@owncloud.com>2016-06-14 13:28:40 +0300
commit326dcd7b66a2b0dfac9ebbd6cbab9f63d6d94bab (patch)
treebfdb7f7d68c917ea9b4e8feb32ad5422c75e0d0d /version.php
parentd3374220f57e84972731c4106bdd1330251b07e7 (diff)
9.0.50 it is
Diffstat (limited to 'version.php')
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index 7973a5b825a..41b30ec0991 100644
--- a/version.php
+++ b/version.php
@@ -29,7 +29,7 @@
$OC_Version = array(9, 0, 50, 0);
// The human readable string
-$OC_VersionString = '9.0.0';
+$OC_VersionString = '9.0.50';
$OC_VersionCanBeUpgradedFrom = array(8, 2);