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>2019-12-19 10:44:53 +0300
committerGitHub <noreply@github.com>2019-12-19 10:44:53 +0300
commitafa23942a508c16dc99bf6031d522a4d9539bb3a (patch)
treec1b4c4f286f755f5a226da971ddd3709f30f7e74
parent021cfbf104431d24717aa699ad4fd781e971c780 (diff)
parentefcbe865a96953589fbd62f66b622c329e25427a (diff)
Merge pull request #18459 from nextcloud/version/16.0.7/finalv16.0.7
16.0.7
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index e69ed88fb3f..cc52a8c6cca 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, 7, 0);
+$OC_Version = array(16, 0, 7, 1);
// The human readable string
-$OC_VersionString = '16.0.7 RC1';
+$OC_VersionString = '16.0.7';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [