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-08-25 10:40:04 +0300
committerGitHub <noreply@github.com>2020-08-25 10:40:04 +0300
commite57e66eedd8bd41973a16dcf294222be5983a023 (patch)
tree01d4972e32b1e0ded4b8952fcece186b83d64c2d
parent5cf3c27a0329990e44e395affdf28903858b63d3 (diff)
parentcc6d186f52b12d64fb5237c2c3dfd899b039e274 (diff)
Merge pull request #22349 from nextcloud/version/19.0.2/RC2v19.0.2RC2
19.0.2 RC2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 186bda3cea4..be65fdeb6c5 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, 2, 0];
+$OC_Version = [19, 0, 2, 1];
// The human readable string
-$OC_VersionString = '19.0.2 RC1';
+$OC_VersionString = '19.0.2 RC2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [