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-23 10:01:44 +0300
committerGitHub <noreply@github.com>2020-04-23 10:01:44 +0300
commit3c2dd082640d2429c81639156291cb5978f60eec (patch)
treed9a0353e8bc23fb39955ef31e155e82e1333a607
parent79e3823d72870e42e51f2f02761713a2ddebe778 (diff)
parentd0548f6fa80e7be86694ad9416b9d08c7c555c3f (diff)
Merge pull request #20510 from nextcloud/version/19/beta5v19.0.0beta5
19 Beta 5
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 31805eb3e14..697fb8dd4d4 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, 5];
+$OC_Version = [19, 0, 0, 6];
// The human readable string
-$OC_VersionString = '19.0.0 beta 4';
+$OC_VersionString = '19.0.0 beta 5';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [