diff options
author | skjnldsv <skjnldsv@protonmail.com> | 2024-08-20 13:06:39 +0200 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2024-08-20 15:56:26 +0000 |
commit | fbfeeb4c5305cc0d03d41e09265d1b1b6f06239f (patch) | |
tree | c6b29f89e8ebc9b8dd2581dc05784ce4f4659151 /version.php | |
parent | 1e93ebc9a6179f6e9a0e01247f05105c205ab06d (diff) | |
download | nextcloud-server-fbfeeb4c5305cc0d03d41e09265d1b1b6f06239f.tar.gz nextcloud-server-fbfeeb4c5305cc0d03d41e09265d1b1b6f06239f.zip |
build(hub): 29.0.5
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
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 c6dac91371f..f8848321e13 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, 5, 0]; +$OC_Version = [29, 0, 5, 1]; // The human-readable string -$OC_VersionString = '29.0.5 RC1'; +$OC_VersionString = '29.0.5'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |