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-06-04 09:26:00 +0300
committerGitHub <noreply@github.com>2020-06-04 09:26:00 +0300
commita36e761d7e9e29273fec6d151d884b88e6b271f8 (patch)
tree75555e33faade038da2bc53239af2c8416fc3f4d
parent78b2e22955d7b08069fcf2f6b5dcf3353074ad47 (diff)
parent07a3b014c097ed20c59982a3da30549f8a1663ef (diff)
Merge pull request #21183 from nextcloud/version/17.0.7/finalv17.0.7
17.0.7
-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' => [