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-12-12 14:25:57 +0300
committerGitHub <noreply@github.com>2019-12-12 14:25:57 +0300
commit2077c74563607320e8cf3efecc6e9e4183dfa25e (patch)
tree1a1dbde8b3b776810b2f16b60e6fe7705b4b519c
parentc6e51924c8615166c2533f83ecc6399d9cc56cbd (diff)
parent95c7a23bc5f2398ca2dc4a297be0275af063b730 (diff)
Merge pull request #18343 from nextcloud/version/18/beta2v18.0.0beta2
18 Beta 2
-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' => [