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-07 16:46:55 +0300
committerGitHub <noreply@github.com>2021-01-07 16:46:55 +0300
commitab75d68c57f332ba15db6536b59c6727773a1510 (patch)
tree5238b0c68163fdc612b0196fd38a5e53da006049
parentac8a64a59ca5495cc1a9061567e85acc909a673a (diff)
parent7e496c9bcacf4315d12384f803aa05ea44dd43f7 (diff)
Merge pull request #24959 from nextcloud/version/19.0.7/rc1v19.0.7RC1
19.0.7 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 315b3723dde..b2020e5d940 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, 6, 2];
+$OC_Version = [19, 0, 7, 0];
// The human readable string
-$OC_VersionString = '19.0.6';
+$OC_VersionString = '19.0.7 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [