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-05 14:23:09 +0300
committerGitHub <noreply@github.com>2019-12-05 14:23:09 +0300
commit8ccf207e4732e3bd6f68329594dc55eec092b6b1 (patch)
tree5d2f0c93459288d3fc911331a5c927bc87e7e3f5
parentfe79665f557154532e287dcd66f707fde6c6cab8 (diff)
parentc46db24b259fa2e23ce3c5882eb944a7e87ad121 (diff)
Merge pull request #18234 from nextcloud/version/18/beta1v18.0.0beta1
18 Beta 1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index d5452bb0ab2..bbcb719c403 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, 2);
+$OC_Version = array(18, 0, 0, 3);
// The human readable string
-$OC_VersionString = '18.0.0 Alpha';
+$OC_VersionString = '18.0.0 Beta1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [