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-07-15 21:51:02 +0300
committerGitHub <noreply@github.com>2020-07-15 21:51:02 +0300
commit24c47a5c66c708f4afe1f3c155c21720037e025f (patch)
tree2a4a2ccc37f902b4d491ffcdb258b39bd4f0040d
parentc427296602edfcf78ecc54e4678c4073e1e7282e (diff)
parent7efb070ffe2dd347dcbffeb64e1e107c79cafe05 (diff)
Merge pull request #21802 from nextcloud/version/18.0.7/finalv18.0.7
18.0.7 final
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index debf01c54ca..a999a5f7648 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(18, 0, 7, 0);
+$OC_Version = array(18, 0, 7, 1);
// The human readable string
-$OC_VersionString = '18.0.7 RC1';
+$OC_VersionString = '18.0.7';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [