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:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2022-08-24 18:16:18 +0300
committerblizzz (Rebase PR Action) <blizzz@users.noreply.github.com>2022-08-25 12:21:07 +0300
commit02c412df21f609fd2fed1bb7dc9f26a9e93dc590 (patch)
tree3024b065a8395f1aa3dffbe7b6e750d27ba9b4d9
parent9b5569ff74bbc099af7c2010471bae8958aa9dd4 (diff)
25.0.0 beta 3
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index be6357f10e3..75578ed1668 100644
--- a/version.php
+++ b/version.php
@@ -30,10 +30,10 @@
// 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, 6];
+$OC_Version = [25, 0, 0, 7];
// The human readable string
-$OC_VersionString = '25.0.0 beta 2';
+$OC_VersionString = '25.0.0 beta 3';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [