diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2023-11-14 23:55:51 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2023-11-14 23:55:51 +0100 |
commit | db12c49c377c75621f2043dc41c5e65f6db0916c (patch) | |
tree | 1d7a8c44715073a94103657c8ca4bd7cbafada82 /version.php | |
parent | 9e7fc23bd077102176a802e60cbe44bfbfba6a3f (diff) | |
download | nextcloud-server-db12c49c377c75621f2043dc41c5e65f6db0916c.tar.gz nextcloud-server-db12c49c377c75621f2043dc41c5e65f6db0916c.zip |
28.0.0 beta 4
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 268f49f64e8..e7b660177c3 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/patch level // when updating major/minor version number. -$OC_Version = [28, 0, 0, 5]; +$OC_Version = [28, 0, 0, 6]; // The human-readable string -$OC_VersionString = '28.0.0 beta 3'; +$OC_VersionString = '28.0.0 beta 4'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |