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>2022-01-27 22:57:03 +0300
committerGitHub <noreply@github.com>2022-01-27 22:57:03 +0300
commit2721bbb5da8a9abb9a8ee610181315ad9b6b8ba8 (patch)
tree39a7b1b6654bebefa790a26759216c44ba86c1ec
parent6cad3982cd1dc257b93b40628968596ed7b905bb (diff)
parentffbd639c91d23aa9fe865abc1299e9f64bf832ab (diff)
Merge pull request #30838 from nextcloud/releases/21.0.8v21.0.8
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 086e2d3f1db..a6f67562d04 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, 8, 2];
+$OC_Version = [21, 0, 8, 3];
// The human readable string
-$OC_VersionString = '21.0.8 RC3';
+$OC_VersionString = '21.0.8';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [