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>2018-10-15 09:32:06 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2018-10-30 17:18:55 +0300
commit81f37401f9c289a5ae9d2100cb39bdfa29aa9e2b (patch)
treefe0cbdd8bec4e6d9410708687633cb5eb7345253 /version.php
parent3eb5ac9cff2cd2a111e51fe3ce24ecdd615ddafa (diff)
Add db column to store hide download state
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 c3740f01fa3..93a8b5fd53e 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, 0, 1);
+$OC_Version = array(15, 0, 0, 2);
// The human readable string
$OC_VersionString = '15.0.0 alpha';