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-02-18 22:23:45 +0300
committerGitHub <noreply@github.com>2021-02-18 22:23:45 +0300
commitcdff62794195e11a17d399a035fc4ef563fea389 (patch)
tree166a641c6014dcb5a5bd861048f4fba066a0da36
parent9f0f913271ba78b862dcabfdad00b3fc54577ee7 (diff)
parentf108eb329143cf29746c7e8faf0ea6152616693a (diff)
Merge pull request #25495 from nextcloud/version/19.0.9/RC1v19.0.9RC1
19.0.9 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 56be8f75969..e5580dc65e8 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, 8, 1];
+$OC_Version = [19, 0, 9, 0];
// The human readable string
-$OC_VersionString = '19.0.8';
+$OC_VersionString = '19.0.9 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [