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-23 11:34:38 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-08-28 21:38:36 +0300
commitddab147c8d895fc45d5d580d20363df9ab97f5d5 (patch)
tree93416e15348ff0a322b7e368207f54f3366009b6 /version.php
parent907a6b48603f8c605318df62edfad1c13b7090df (diff)
17 beta 3
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'version.php')
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index bca5763a09b..b8d9be4856b 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, 4);
+$OC_Version = array(17, 0, 0, 5);
// The human readable string
-$OC_VersionString = '17.0.0 Beta 2';
+$OC_VersionString = '17.0.0 Beta 3';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [