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-05 13:59:53 +0300
committerLukas Reschke <lukas@statuscode.ch>2017-08-05 13:59:53 +0300
commit3640898e808bc50f8798b6eeb170e4e5bfd2344d (patch)
tree8661a28b5b0b489467168765d3487f1385cf1a7d
parentb521ef1bf017c90635bb8f4cee610a021bdb61b0 (diff)
Bump version to 12.0.5
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 310f83cfd50..2e3a5b5d996 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, 4);
+$OC_Version = array(12, 0, 1, 5);
// The human readable string
-$OC_VersionString = '12.0.1 RC5';
+$OC_VersionString = '12.0.1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [