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-16 09:47:20 +0300
committerGitHub <noreply@github.com>2020-04-16 09:47:20 +0300
commit1f2df2f6bc025521800763bb67d50608a138f73a (patch)
tree488e3067aaaafcc6471ead0b32096d0d565a8b42
parente21d65e771305bfeeb4e2ab0963e1c07eb0c11a7 (diff)
parent2e36ea010a445295a451a00aaece42b081eb82ee (diff)
Merge pull request #20506 from nextcloud/version/19/beta4v19.0.0beta4
19 beta 4
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 8b1c9244b0b..31805eb3e14 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, 4];
+$OC_Version = [19, 0, 0, 5];
// The human readable string
-$OC_VersionString = '19.0.0 beta 3';
+$OC_VersionString = '19.0.0 beta 4';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [