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:
authorMorris Jobke <hey@morrisjobke.de>2021-05-06 14:46:30 +0300
committerGitHub <noreply@github.com>2021-05-06 14:46:30 +0300
commit59752ce269dfb122ef9e3ae56c33464551aa74e1 (patch)
tree051c19f654148c4a3d61c06cc69bd26940a0d9ed
parent8d91e00dcbb63427567e90ad736bb9ae2614360a (diff)
parent1e25855db7e38441e26668dcaa3adeef5cb64c2a (diff)
Merge pull request #26893 from nextcloud/version/21.0.2v21.0.2
21.0.2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index c2aa72940dd..202f3abe69b 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 = [21, 0, 2, 0];
+$OC_Version = [21, 0, 2, 1];
// The human readable string
-$OC_VersionString = '21.0.2 RC1';
+$OC_VersionString = '21.0.2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [