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:
authorblizzz <blizzz@arthur-schiwon.de>2022-05-19 13:36:25 +0300
committerGitHub <noreply@github.com>2022-05-19 13:36:25 +0300
commitcfef3c8b0cd3e3a78dec19da742a06ea515b2758 (patch)
tree56a0cfff9fd3cceb982836adc3a00824b750545d
parent7cffeca48b6e2fc301abec544cbc0004835bf7bc (diff)
parentd57caf8691003c58b0c93bc4a35f004a3485cb37 (diff)
Merge pull request #32493 from nextcloud/releases/22.2.8/finalv22.2.8
22.2.8
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index ac7be9a3320..2af606258de 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 = [22, 2, 8, 0];
+$OC_Version = [22, 2, 8, 1];
// The human readable string
-$OC_VersionString = '22.2.8 RC1';
+$OC_VersionString = '22.2.8';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [