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>2021-01-14 11:47:09 +0300
committerGitHub <noreply@github.com>2021-01-14 11:47:09 +0300
commitca9783f6340a13ba16d36a3ac61aee79fec5f453 (patch)
tree75088d71f726e8326daddb7684543b74fef293b4
parent9e5134b241811ceab3ce753f25a88c4f3befb573 (diff)
parentae13fc1e52054b3f59d9fa86a5240a3c4c0e60e0 (diff)
Merge pull request #25103 from nextcloud/version/19.0.7/finalv19.0.7
19.0.7
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index b2020e5d940..31c0e477e7b 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 = [19, 0, 7, 0];
+$OC_Version = [19, 0, 7, 1];
// The human readable string
-$OC_VersionString = '19.0.7 RC1';
+$OC_VersionString = '19.0.7';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [