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:
authorBjoern Schiessle <bjoern@schiessle.org>2018-10-16 11:31:38 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2018-11-01 04:15:07 +0300
commitf377a61f90065439e2f176669079c00d522adf12 (patch)
tree25ea0a4c30facec9c660d1a044be175505906c01 /version.php
parentd0411b2369e285b8c82e49294244032ca9624075 (diff)
allow to add labels to shares
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
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 93a8b5fd53e..235e18bf61d 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, 2);
+$OC_Version = array(15, 0, 0, 3);
// The human readable string
$OC_VersionString = '15.0.0 alpha';