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 <roeland@famdouma.nl>2019-08-18 22:10:05 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-08-21 23:09:47 +0300
commitbeb33fc1fd3e5d6f0569e467cee28ed085071efe (patch)
tree36a3a0b489cae5bac42b574c8645994ac2a5a598
parent89d7ffebd51d3975e2310cee9bf95b031f73fe3c (diff)
17.0.0 beta 2
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-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' => [