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@protonmail.com>2022-08-18 11:07:45 +0300
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-08-18 11:07:45 +0300
commit626447f669a9ef56afbc679680f23ba73be06861 (patch)
tree206c76b91602224ea992d0ab023db8d8b9ad5c9b
parentac970e594642ebfd25ad750424f980f173a153ae (diff)
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
-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' => [