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-12-19 12:39:46 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-12-27 15:13:46 +0300
commit178c13a2a9034f7ddd036864fb5a682e9f429631 (patch)
tree611ec70b6f97b6028ab9a08ae61b706cc126e596 /version.php
parenta0d786769d99b946928094eb2c7db9d6bf9b4a1c (diff)
18 beta 4
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 3f4c914410b..a81820e8b7e 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(18, 0, 0, 6);
+$OC_Version = array(18, 0, 0, 7);
// The human readable string
-$OC_VersionString = '18.0.0 Beta3';
+$OC_VersionString = '18.0.0 Beta4';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [