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-08-26 20:24:10 +0300
committerGitHub <noreply@github.com>2020-08-26 20:24:10 +0300
commit8e877b7b17fc17be3e163640cc32f3e58bff8df5 (patch)
tree929a0d776b3b66d6481da1add7a61a1269c2b9a4
parentd3efe74f1232b96dac434ee3c18a3f12af06b21d (diff)
parent43d903d082a82320b1d1b1e01e0497de412a3af4 (diff)
Merge pull request #22416 from nextcloud/version/19.0.2/finalv19.0.2
19.0.2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index be65fdeb6c5..9a86992590f 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 = [19, 0, 2, 1];
+$OC_Version = [19, 0, 2, 2];
// The human readable string
-$OC_VersionString = '19.0.2 RC2';
+$OC_VersionString = '19.0.2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [