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>2020-02-10 21:41:41 +0300
committerGitHub <noreply@github.com>2020-02-10 21:41:41 +0300
commit72d4e1cd9a7ef16ba2d8e56b779073eb88cb76c8 (patch)
tree301e334dc9c1f880226728c92e514a6845a323da
parentff451186e95fb77de219d45971cacf9050b97af6 (diff)
parent2e447f4ef3984b193589db513d9972099f804650 (diff)
Merge pull request #19397 from nextcloud/version/18.0.1/RC3v18.0.1RC3
18.0.1 RC3
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 0cb27c3751d..b135215ce33 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, 1, 1);
+$OC_Version = array(18, 0, 1, 2);
// The human readable string
-$OC_VersionString = '18.0.1 RC2';
+$OC_VersionString = '18.0.1 RC3';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [