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 <roeland@famdouma.nl>2020-12-07 13:45:30 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2020-12-07 13:45:30 +0300
commit1d1bd4a61f8414fe229b32f1eed293756888f6f4 (patch)
tree5f50d0bdb802a82c193e640eea31bc5d2daf8342
parent6091ae9648ddb272b91b8f420905f027b0722bb7 (diff)
19.0.6 RC2
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-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' => [