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-02-17 02:05:18 +0300
committerLukas Reschke <lukas@statuscode.ch>2017-02-17 02:05:18 +0300
commit0f6d2433d18d8b56d3a64f0558d4160b9da1d395 (patch)
treece28855a3b0a5b847d7de5d0bb12168862aae128
parentd2831c1967d98c669bab64db9afd40e03f4ab6cb (diff)
Bump minor version
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 5719009fb85..0982a74619f 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(11, 0, 2, 1);
+$OC_Version = array(11, 0, 2, 2);
// The human readable string
$OC_VersionString = '11.0.2 RC2';