diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2024-01-15 10:23:45 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2024-01-15 10:23:45 +0100 |
commit | efe28fd4791f04f93a3d91b5bc632414971f75ff (patch) | |
tree | f8aa2cd5490d8b6d8ae6ef36f7a880030d96249e /version.php | |
parent | b768934478c53bb888f5b93ce3bb733d3912d77f (diff) | |
download | nextcloud-server-efe28fd4791f04f93a3d91b5bc632414971f75ff.tar.gz nextcloud-server-efe28fd4791f04f93a3d91b5bc632414971f75ff.zip |
28.0.2 RC1
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 7d456e7fde9..9e436ae73ea 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, 1, 1]; +$OC_Version = [28, 0, 2, 0]; // The human-readable string -$OC_VersionString = '28.0.1'; +$OC_VersionString = '28.0.2 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |