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:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-08-03 18:11:46 +0300
committerGitHub <noreply@github.com>2021-08-03 18:11:46 +0300
commitc52fea0b16690b492f6c4175e1ae71d488936244 (patch)
tree85f0f8986bbecd89e959804ae70ae75611048ee9
parent4d24b5504a5ecc3ae274155481278659b96a3f34 (diff)
parent7f198343e94e1ad32bbf62c0150748f6c8e37038 (diff)
Merge pull request #28299 from nextcloud/version/21.0.4/Finalv21.0.4
21.0.4
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index f965c5fc785..3491abb41e0 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, 4, 0];
+$OC_Version = [21, 0, 4, 1];
// The human readable string
-$OC_VersionString = '21.0.4 RC1';
+$OC_VersionString = '21.0.4';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [