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-08-22 09:04:37 +0300
committerGitHub <noreply@github.com>2019-08-22 09:04:37 +0300
commitf88e95b629a9c6b1767d18a937afaf125deefc80 (patch)
tree751e77990dabfe6b705d8d984c12338e679a8725
parent182517e0b359f66d4a96300d7a223a5b88d036dc (diff)
parentbeb33fc1fd3e5d6f0569e467cee28ed085071efe (diff)
Merge pull request #16785 from nextcloud/version/17.0.0/beta2v17.0.0beta2
17.0.0 beta 2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index d7a5169137a..bca5763a09b 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, 3);
+$OC_Version = array(17, 0, 0, 4);
// The human readable string
-$OC_VersionString = '17.0.0 Beta 1';
+$OC_VersionString = '17.0.0 Beta 2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [