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 16:33:57 +0300
commit7cbba3e717a0bc51bb9e1f59822d6a6b9138833f (patch)
treea6e5846d293141b9300e87dce13e89c77680738b /version.php
parent22d54078fcab0619b6243ec371ba3c8ba6c7dd62 (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 f186f135e5c..c326675f93b 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(15, 0, 7, 0);
+$OC_Version = array(15, 0, 7, 1);
// The human readable string
$OC_VersionString = '15.0.7';