aboutsummaryrefslogtreecommitdiffstats
path: root/version.php
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2023-02-01 17:39:09 +0100
committerArthur Schiwon <blizzz@arthur-schiwon.de>2023-02-01 17:39:09 +0100
commit7df18f18bc7d47fa39c843d7746a3f51e5581293 (patch)
tree2a12e91846718e00e8e3654a02e7d55c39b61c69 /version.php
parent41148acf833d401aa6c8bd23617ae8639b6aaae6 (diff)
downloadnextcloud-server-7df18f18bc7d47fa39c843d7746a3f51e5581293.tar.gz
nextcloud-server-7df18f18bc7d47fa39c843d7746a3f51e5581293.zip
26.0.0 beta 2
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'version.php')
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 9ed2e3c18f2..33d1433b306 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 = [26, 0, 0, 3];
+$OC_Version = [26, 0, 0, 4];
// The human readable string
-$OC_VersionString = '26.0.0 beta 1';
+$OC_VersionString = '26.0.0 beta 2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [