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:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-08-19 16:31:51 +0300
committerGitHub <noreply@github.com>2022-08-19 16:31:51 +0300
commit4a77a687343c3c858051cefeab3ac800504baafe (patch)
tree60ceacd6cd0889d4e750172e36c3b8accbe68677
parentc87f05a5d7a376be3ab1c18c1a481cdfbb2e8512 (diff)
parent626447f669a9ef56afbc679680f23ba73be06861 (diff)
Merge pull request #33592 from nextcloud/release/25.0.0_beta_2v25.0.0beta2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 3100e3d2f56..be6357f10e3 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, 5];
+$OC_Version = [25, 0, 0, 6];
// The human readable string
-$OC_VersionString = '25.0.0 beta 1';
+$OC_VersionString = '25.0.0 beta 2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [