diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2023-02-09 10:32:11 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2023-02-09 10:32:11 +0100 |
commit | efe787aa3855d744e41f191cfb5251066235514d (patch) | |
tree | 23d5c89b3e9b3270f89827384896fc744a61b5f4 /version.php | |
parent | d5c40a66fcbea2493326144b06e7a7d66a86ff28 (diff) | |
download | nextcloud-server-efe787aa3855d744e41f191cfb5251066235514d.tar.gz nextcloud-server-efe787aa3855d744e41f191cfb5251066235514d.zip |
26.0.0 beta 3
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 33d1433b306..5fef0ed9e88 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, 4]; +$OC_Version = [26, 0, 0, 5]; // The human readable string -$OC_VersionString = '26.0.0 beta 2'; +$OC_VersionString = '26.0.0 beta 3'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |