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:
authorCarl Schwan <carl@carlschwan.eu>2022-08-31 15:24:25 +0300
committerCarl Schwan <carl@carlschwan.eu>2022-09-09 15:23:41 +0300
commitbc9a48804688e06a842169be0ed3efbf2fead559 (patch)
tree81241be20f6da44e83dae52221ddb7ae914fed0e /version.php
parentf3ec1d3a9f6806aee32b27942e56931f79d9d02c (diff)
Update avatars on update
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
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 64957ee7bf1..91f09070ce5 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 = [25, 0, 0, 9];
+$OC_Version = [25, 0, 0, 10];
// The human readable string
$OC_VersionString = '25.0.0 beta 5';