summaryrefslogtreecommitdiffstats
path: root/version.php
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-08-31 14:24:25 +0200
committerCarl Schwan <carl@carlschwan.eu>2022-09-09 14:23:41 +0200
commitbc9a48804688e06a842169be0ed3efbf2fead559 (patch)
tree81241be20f6da44e83dae52221ddb7ae914fed0e /version.php
parentf3ec1d3a9f6806aee32b27942e56931f79d9d02c (diff)
downloadnextcloud-server-bc9a48804688e06a842169be0ed3efbf2fead559.tar.gz
nextcloud-server-bc9a48804688e06a842169be0ed3efbf2fead559.zip
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';