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-06-02 10:27:22 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2020-06-02 10:27:22 +0300
commit07a3b014c097ed20c59982a3da30549f8a1663ef (patch)
tree5f2b1e1f8b40c77c4c8a42662a2d0ef0b196d362
parent6317cfda380c6a6681c0d106e436c4e449b4dc24 (diff)
17.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 9913dfe613e..7f8dbce2430 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(17, 0, 7, 0);
+$OC_Version = array(17, 0, 7, 1);
// The human readable string
-$OC_VersionString = '17.0.7 RC1';
+$OC_VersionString = '17.0.7';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [