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>2022-04-25 13:44:37 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-25 13:44:37 +0300
commit59ce66b9ea29577a8938d84e7f0b7db69ad6cf86 (patch)
treeb738dd78a8b4754ebbecda66ae3fd3c6815a74c5
parentc877bd3f7e70643ff9b8b7ae748a176534a2a98e (diff)
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 3d9d5411f69..3a1944918b1 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, 9];
+$OC_Version = [24, 0, 0, 10];
// The human readable string
$OC_VersionString = '24.0.0 RC1';