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-12 18:06:34 +0300
committerGitHub <noreply@github.com>2022-08-12 18:06:34 +0300
commit6209026794962a02d882f30f5f927df81ac22a28 (patch)
tree085ad41c4c460cdf786ee0b5d2fffc6a443aa042
parent478690b58fa8bfb491f1f7e304f231cbe6defa1b (diff)
parentccb3a58c9a4a6a926e807b140bd95f4d4fe02ed5 (diff)
Merge pull request #33505 from nextcloud/release/25.0.0beta1v25.0.0beta1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 2ecdb0dcfe2..3100e3d2f56 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, 4];
+$OC_Version = [25, 0, 0, 5];
// The human readable string
-$OC_VersionString = '25.0.0 dev';
+$OC_VersionString = '25.0.0 beta 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [