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-04-30 16:44:47 +0300
committerGitHub <noreply@github.com>2020-04-30 16:44:47 +0300
commit0fc2dd85b5cb8793053469c0942931fa23304872 (patch)
tree77c033ff3ca1a518cc6f6a4ded77da0ab02602d3
parent8d5404b750df85a947c43aacc266c6088d8b4aed (diff)
parent332cf4b70de449a29a6ed479a4ea7267198d52dc (diff)
Merge pull request #20611 from nextcloud/version/19/beta6v19.0.0beta6
19 beta 6
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 697fb8dd4d4..a6329e95b88 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, 0, 6];
+$OC_Version = [19, 0, 0, 7];
// The human readable string
-$OC_VersionString = '19.0.0 beta 5';
+$OC_VersionString = '19.0.0 beta 6';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [