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-08-02 14:36:50 +0300
committerMorris Jobke <hey@morrisjobke.de>2017-08-30 21:36:47 +0300
commit52833704d5045453d544a8b4411f28e23b7b96a0 (patch)
treeb18c8cf019ee85719b5514089e2083bf768202c7 /version.php
parent3e6833f5a6ddf3a8a2a0aced07181db3bf730256 (diff)
Bump version
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 2e3a5b5d996..3067923a57d 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, 1, 5);
+$OC_Version = array(12, 0, 1, 6);
// The human readable string
$OC_VersionString = '12.0.1';