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-09-08 14:46:54 +0300
committerGitHub <noreply@github.com>2022-09-08 14:46:54 +0300
commite7e2dcbfb1f1dde33bfda239e2f8b24a761111e5 (patch)
tree29e5b2ff85f97ec1d72515c30eaaa4d70e5d8709
parentc77cc80fcc2845416ec1a8cc2a26fcb63881bfe7 (diff)
parent7f04fbe4f51b2aa42cf94ec60ed3a6f874bd0db8 (diff)
Merge pull request #33913 from nextcloud/release/25.0.0_beta_5
25.0.0 beta 5
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 910b377366c..64957ee7bf1 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, 8];
+$OC_Version = [25, 0, 0, 9];
// The human readable string
-$OC_VersionString = '25.0.0 beta 4';
+$OC_VersionString = '25.0.0 beta 5';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [