diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2024-10-10 09:47:43 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2024-10-10 09:47:43 +0200 |
commit | 6b32729a438deca8e2123937666f11902032ca56 (patch) | |
tree | 637c47012c0f270aaec5c509819360afe49e3984 /version.php | |
parent | 06bb4721d0526a40843a28afcac010722f9d45c7 (diff) | |
download | nextcloud-server-release/29.0.8.tar.gz nextcloud-server-release/29.0.8.zip |
build(hub): 29.0.8release/29.0.8
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 5adee961f3a..49263d166eb 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 = [29, 0, 8, 0]; +$OC_Version = [29, 0, 8, 1]; // The human-readable string -$OC_VersionString = '29.0.8 RC1'; +$OC_VersionString = '29.0.8'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |