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 <roeland@famdouma.nl>2020-04-21 11:55:28 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2020-04-21 11:55:28 +0300
commitc7a9b7de36a43f62ff8a2267df23acec13acc709 (patch)
tree0681523ce55ba25aecf560efcee54779ff6ab804
parent474fae352dadd76cb05d3456b56d392e5bd478d0 (diff)
16.0.10
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-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' => [