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-12-07 22:35:53 +0300
committerGitHub <noreply@github.com>2020-12-07 22:35:53 +0300
commitf3bf4b4b1e345099a0f4044d00851838ee6e315a (patch)
tree2f6fa9b36afffb882894bbab982a3e2f6a10d570
parent7bff8a4c657b325ff7534612dd12cea2ff248119 (diff)
parent1d1bd4a61f8414fe229b32f1eed293756888f6f4 (diff)
Merge pull request #24585 from nextcloud/version/19.0.6/RC2v19.0.6RC2
19.0.6 RC2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 8a012f2c8e4..b2f45cbff4b 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, 0];
+$OC_Version = [19, 0, 6, 1];
// The human readable string
-$OC_VersionString = '19.0.6 RC1';
+$OC_VersionString = '19.0.6 RC2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [