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-11 09:52:59 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-12-11 09:52:59 +0300
commit95c7a23bc5f2398ca2dc4a297be0275af063b730 (patch)
tree7ad79595b496df9f1f40c1d1844f97e8c996e6bc /version.php
parent68d59915d6084c92799c22196012e32f7bb12be4 (diff)
18 Beta 2
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 34d45e8ef86..bd695031314 100644
--- a/version.php
+++ b/version.php
@@ -30,10 +30,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, 3);
+$OC_Version = array(18, 0, 0, 4);
// The human readable string
-$OC_VersionString = '18.0.0 Beta1';
+$OC_VersionString = '18.0.0 Beta2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [