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-11-11 17:39:39 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2021-11-11 17:39:39 +0300
commitc8c18d8d40225fb441d05267cb11a64792953095 (patch)
treea8331d6036ba313b29d02c4ae58accffa47fbfc6
parent9b35c8f41cc5df840ecbe28139791a29d55dee53 (diff)
bump last version digit for rebuildv22.2.1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index 77b7ea61e66..8d695c4ffcd 100644
--- a/version.php
+++ b/version.php
@@ -30,7 +30,7 @@
// 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, 1, 1];
+$OC_Version = [22, 2, 1, 2];
// The human readable string
$OC_VersionString = '22.2.1';