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>2017-05-02 10:00:09 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2017-05-02 10:00:09 +0300
commitaa4cebe7495d496c695a23ba7eed5d19d306db51 (patch)
tree9551698390cb6ea97b01059c509bed7e775fd140
parent762284ce939041b74d0a8fecac3600f7c419384c (diff)
Bump version
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index c4a33654a8e..b7e8b1ac6d8 100644
--- a/version.php
+++ b/version.php
@@ -26,7 +26,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(12, 0, 0, 15);
+$OC_Version = array(12, 0, 0, 16);
// The human readable string
$OC_VersionString = '12.0 beta 1';