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:
authorblizzz <blizzz@arthur-schiwon.de>2022-08-25 13:07:21 +0300
committerGitHub <noreply@github.com>2022-08-25 13:07:21 +0300
commit3a097020b057e4ca9f7eeb4325c31444aa0f4933 (patch)
tree3024b065a8395f1aa3dffbe7b6e750d27ba9b4d9
parent9b5569ff74bbc099af7c2010471bae8958aa9dd4 (diff)
parent02c412df21f609fd2fed1bb7dc9f26a9e93dc590 (diff)
Merge pull request #33674 from nextcloud/release/25.0.0_beta_3v25.0.0beta3
25.0.0 beta 3
-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' => [