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-03-11 17:19:48 +0300
committerGitHub <noreply@github.com>2020-03-11 17:19:48 +0300
commit93cae9d2d17112084c882df902b31604151669c0 (patch)
treea7cbf795977e7e29a592a6a99438464fa22b733c
parent9f8ca72feba5e37c622f1bc31645e977f74b57a7 (diff)
parent048888be873f6ae1a00fd1e441a8dd14d03ad96b (diff)
Merge pull request #19864 from nextcloud/version/18.0.2/finalv18.0.2
18.0.2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 6ce4f64ecaa..ffb1e7c1482 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, 2, 1);
+$OC_Version = array(18, 0, 2, 2);
// The human readable string
-$OC_VersionString = '18.0.2 RC2';
+$OC_VersionString = '18.0.2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [