diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2024-09-04 23:04:53 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2024-09-04 23:04:53 +0200 |
commit | f61e02052245f8ef83dc95c7f511c0b8b54da82d (patch) | |
tree | 3f6f883d68503bda13b1fed3e1854a9954142a1b | |
parent | 4ac730e463cb01821f405274c314e8782dbbe58a (diff) | |
download | nextcloud-server-f61e02052245f8ef83dc95c7f511c0b8b54da82d.tar.gz nextcloud-server-f61e02052245f8ef83dc95c7f511c0b8b54da82d.zip |
build(hub): 28.0.10 RC1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index be829506982..0050574257c 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, 9, 1]; +$OC_Version = [28, 0, 10, 0]; // The human-readable string -$OC_VersionString = '28.0.9'; +$OC_VersionString = '28.0.10 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |