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>2019-12-18 11:23:54 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-12-18 11:23:54 +0300
commitefcbe865a96953589fbd62f66b622c329e25427a (patch)
tree8251ccd7a5c22d3c551c67b93d45389f1689b4ad
parente98e0306a55cf9d0afccc6baa4c168bb7e4e4f5a (diff)
16.0.7
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 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' => [