summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-03-10 14:24:15 +0100
committerJoas Schilling <coding@schilljs.com>2022-03-10 14:24:15 +0100
commitc818ac6de4bd631e57772e3602fba1eaff180ff6 (patch)
tree63ba2e31b8521fc148f146f1448d449c0b50d863
parent1e2e3d118c33446254aaa9077bb66808ec1b9b0a (diff)
downloadnextcloud-server-c818ac6de4bd631e57772e3602fba1eaff180ff6.tar.gz
nextcloud-server-c818ac6de4bd631e57772e3602fba1eaff180ff6.zip
Bump version
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index 80623f2ff45..3c58ce2f025 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, 5, 1];
+$OC_Version = [22, 2, 5, 2];
// The human readable string
$OC_VersionString = '22.2.5';