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-08-13 13:32:25 +0300
committerLukas Reschke <lukas@statuscode.ch>2017-08-13 13:32:25 +0300
commit3ecee6626bfea84f304bd0a6e041e706c3927f88 (patch)
tree95912a9dbee42080bbe4644b685907c37203d208
parent4771a36b6cdc1e1199baedd457ca6167d41b7a49 (diff)
Bump versionv12.0.2
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 2e3a5b5d996..3f15fe7f4db 100644
--- a/version.php
+++ b/version.php
@@ -26,10 +26,10 @@
// 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, 1, 5);
+$OC_Version = array(12, 0, 2, 0);
// The human readable string
-$OC_VersionString = '12.0.1';
+$OC_VersionString = '12.0.2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [