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-21 23:11:02 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2017-05-21 23:11:02 +0300
commit3cec5ee8c541f2c449eb1c262c6b65b12ae07cba (patch)
tree7a31d3fb40be5448bb6210aa742167a8ab4f9091 /version.php
parent32f5c028a00e0a7a402d0f46e83ffc25f0d92dea (diff)
Increase 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 7519549b779..f3c9407d8e1 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, 27);
+$OC_Version = array(12, 0, 0, 28);
// The human readable string
$OC_VersionString = '12.0.0';