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>2019-09-05 09:36:51 +0300
committerGitHub <noreply@github.com>2019-09-05 09:36:51 +0300
commit8c734b5d1927ebb236f452ab5751b8121fa7f8e3 (patch)
treee0956ecc24d95ac00c6bc1ae65bdf6f521c65ca0
parent8072e3e568b683eace4f91479a56b58617a6a52c (diff)
parentc3e5841532fecc6ef72b6b9554c1599c80866d41 (diff)
Merge pull request #16919 from nextcloud/version/17.0.0/beta4v17.0.0beta4
17 Beta 4
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index b8d9be4856b..4306647cb25 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 = array(17, 0, 0, 5);
+$OC_Version = array(17, 0, 0, 6);
// The human readable string
-$OC_VersionString = '17.0.0 Beta 3';
+$OC_VersionString = '17.0.0 Beta 4';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [