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:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-04-15 22:19:32 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-04-17 11:17:28 +0300
commit5805a9d505cb4bcd7cc2fd037adf10c1db680a0b (patch)
treef3cc0940989675ff8826117325e170587f592cd0 /version.php
parent4e5327f77a15ee7d8b56ef9dac92a4af40df989f (diff)
Repair step for link shares
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
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 6d79827ed11..596cfc2bf19 100644
--- a/version.php
+++ b/version.php
@@ -29,7 +29,7 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
-$OC_Version = array(16, 0, 0, 6);
+$OC_Version = array(16, 0, 0, 7);
// The human readable string
$OC_VersionString = '16.0.0 RC 1';