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-04-22 22:25:37 +0300
committerGitHub <noreply@github.com>2020-04-22 22:25:37 +0300
commitc42a88e4100d02dcd248f00b330f2c341ccb48c7 (patch)
tree887cefffb09879bfe991fe19d6ee11efbff07ffe
parent15788b1605361e83049ceb54f86d7c9af39d3b75 (diff)
parentc7a9b7de36a43f62ff8a2267df23acec13acc709 (diff)
Merge pull request #20582 from nextcloud/version/16.0.10/finalv16.0.10
16.0.10
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index e1ad7d7a79f..0ae85217690 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(16, 0, 10, 1);
+$OC_Version = array(16, 0, 10, 2);
// The human readable string
-$OC_VersionString = '16.0.10 RC2';
+$OC_VersionString = '16.0.10';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [