diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-15 08:32:06 +0200 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2018-10-30 15:18:55 +0100 |
commit | 81f37401f9c289a5ae9d2100cb39bdfa29aa9e2b (patch) | |
tree | fe0cbdd8bec4e6d9410708687633cb5eb7345253 /version.php | |
parent | 3eb5ac9cff2cd2a111e51fe3ce24ecdd615ddafa (diff) | |
download | nextcloud-server-81f37401f9c289a5ae9d2100cb39bdfa29aa9e2b.tar.gz nextcloud-server-81f37401f9c289a5ae9d2100cb39bdfa29aa9e2b.zip |
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.php | 2 |
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'; |