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-04-01 20:41:05 +0300
committerGitHub <noreply@github.com>2021-04-01 20:41:05 +0300
commite8a85f4915071602661e47a87c36062168545418 (patch)
tree026239337300960a9a53a0d951766c907334dbf3
parent2814fc64423694131327d40574065613a897e836 (diff)
parent285d0f0b9e779b875d9c4ff4b57fd395452bb60a (diff)
Merge pull request #26311 from nextcloud/version/19.0.10/RC1v19.0.10RC1
19.0.10 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 171066f1df0..3b9f0e025f8 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, 9, 1];
+$OC_Version = [19, 0, 10, 0];
// The human readable string
-$OC_VersionString = '19.0.9';
+$OC_VersionString = '19.0.10 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [