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:
authorLukas Reschke <lukas@statuscode.ch>2016-12-22 12:20:22 +0300
committerJoas Schilling <coding@schilljs.com>2017-01-05 16:30:25 +0300
commit5d01004368c4b1a3898831955fac58a86184af5a (patch)
tree16a2dc4ab3a09db870ce07e038f0aeef7cf68ce8 /version.php
parent7baa4ea1a48df31139fe6d36169cbc690208db62 (diff)
Adjust version to Nextcloud
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
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 6db26c8c66c..90f4e65055a 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, 11);
+$OC_Version = array(12, 0, 0, 12);
// The human readable string
$OC_VersionString = '12.0 alpha';