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 <rullzer@users.noreply.github.com>2020-10-08 10:09:17 +0300
committerGitHub <noreply@github.com>2020-10-08 10:09:17 +0300
commite61ac0275c791d178c720df320e4a4750172d761 (patch)
tree66ee0184638cfb5308f2c6a999409fa93ca51d7a
parentc16c19a307f3e0fce8d3329aee6b44a3251bfe45 (diff)
parentf96f654a78080cbf17e8e452adf7247a18a80650 (diff)
Merge pull request #23262 from nextcloud/version/18.0.10/finalv18.0.10
18.0.10
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index f5234d5708d..478d99e1884 100644
--- a/version.php
+++ b/version.php
@@ -29,10 +29,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(18, 0, 10, 1);
+$OC_Version = array(18, 0, 10, 2);
// The human readable string
-$OC_VersionString = '18.0.10RC2';
+$OC_VersionString = '18.0.10';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [