diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2024-06-24 11:08:40 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2024-06-24 11:08:40 +0200 |
commit | 9ba0b614be8b809fea0d1be38cff2de3893f7b43 (patch) | |
tree | bbb88a878e32ec7c5365c3df0331d6c6811354fd /version.php | |
parent | 9c018a3a5c3a5676eb8bab12d26838cfa7c7fd59 (diff) | |
download | nextcloud-server-9ba0b614be8b809fea0d1be38cff2de3893f7b43.tar.gz nextcloud-server-9ba0b614be8b809fea0d1be38cff2de3893f7b43.zip |
build(hub): 28.0.7
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 58b1966f68e..d6e9edd18fc 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, 7, 3]; +$OC_Version = [28, 0, 7, 4]; // The human-readable string -$OC_VersionString = '28.0.7 RC4'; +$OC_VersionString = '28.0.7'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |