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:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2021-08-26 14:05:47 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2021-08-26 14:05:47 +0300
commit2f880f5bcf872f7cb17e14f0ac7f02572c744fce (patch)
tree0fff115d541f4893f1d9ac0da038f73acbbcfe86 /version.php
parent34b5d979ffa7734ce9735d814f581ef63f236525 (diff)
22.1.1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'version.php')
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 0de4747e0d9..d425baedcc7 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, 1, 1, 1];
+$OC_Version = [22, 1, 1, 2];
// The human readable string
-$OC_VersionString = '22.1.1 RC2';
+$OC_VersionString = '22.1.1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [