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>2017-05-22 11:11:27 +0300
committerLukas Reschke <lukas@statuscode.ch>2017-05-22 11:11:27 +0300
commit93eeb4013661b2bf54f2db104b0d0b2cc50b7e26 (patch)
tree9ea4cce16deb27dc24b8a3ebf3615b5fd92eaf43
parentaee501a3bc5d04b10eba83dae88a7656af7e6087 (diff)
v12.0.0.29
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index f3c9407d8e1..53c14a23ab3 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, 28);
+$OC_Version = array(12, 0, 0, 29);
// The human readable string
$OC_VersionString = '12.0.0';