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:12:52 +0300
commit32ee610f45df1e5b7da5e63b989f0b72de15a20e (patch)
treef5952b2cc390f429e081ab9c2c821b4b66c63ece /version.php
parentcf1f77537df1dc39d5dc08d7aeb08732c3b34046 (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';