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-05-20 20:53:56 +0300
committerGitHub <noreply@github.com>2020-05-20 20:53:56 +0300
commit33b06cfa0c81e8edb2163a8766eb8fe0aa51b14f (patch)
tree83617b1185ff4b4411636386b7614d9ea93e6b8e
parent138eddc0f175148263fc8678dae1aa346fa3daeb (diff)
parentc4b2b1ec7d2e6820f9ac0329a37e43cb38f10ea7 (diff)
Merge pull request #20964 from nextcloud/version/19/rc3v19.0.0RC3
19 RC3
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index d6d558a0508..c2114263a2c 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, 0, 10];
+$OC_Version = [19, 0, 0, 11];
// The human readable string
-$OC_VersionString = '19.0.0 RC2';
+$OC_VersionString = '19.0.0 RC3';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [