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>2021-03-26 12:30:40 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2021-03-26 12:30:40 +0300
commit285d0f0b9e779b875d9c4ff4b57fd395452bb60a (patch)
tree1b91157022ba2416c74d4e7c3c289b50b0419fb9
parent5c737b73af72732ea1d7be597872cb0eda9b6342 (diff)
19.0.10 RC1
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 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' => [