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:
authorJoas Schilling <coding@schilljs.com>2021-12-13 17:40:18 +0300
committerChristopher Ng <chrng8@gmail.com>2021-12-13 22:20:10 +0300
commitdbae781a262eff7f94c51857e979ff43cbd51a57 (patch)
tree7e1285338c467ff19b8782473ae8251a66374b6d /version.php
parentc92ac3471166f2697db1d9a696e31d0c06ac2e64 (diff)
Bump version to trigger migration
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'version.php')
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index 4978182ae76..89609cf6dc7 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 = [24, 0, 0, 1];
+$OC_Version = [24, 0, 0, 2];
// The human readable string
$OC_VersionString = '24.0.0 dev';