diff options
author | skjnldsv <skjnldsv@protonmail.com> | 2024-05-22 17:34:05 +0200 |
---|---|---|
committer | skjnldsv <skjnldsv@protonmail.com> | 2024-05-22 17:34:05 +0200 |
commit | 9e44ef620332cf0c4aeeb8fc04088c9c9ba9110d (patch) | |
tree | 4a06d25b526b764eab6419c4c79e9ef4d326c889 /version.php | |
parent | b8c491c08447143e5de420a920c79398d4fed644 (diff) | |
download | nextcloud-server-9e44ef620332cf0c4aeeb8fc04088c9c9ba9110d.tar.gz nextcloud-server-9e44ef620332cf0c4aeeb8fc04088c9c9ba9110d.zip |
build(hub): 29.0.1
Signed-off-by: skjnldsv <skjnldsv@protonmail.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 3d99aabe114..84d90a387a1 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, 1, 0]; +$OC_Version = [29, 0, 1, 1]; // The human-readable string -$OC_VersionString = '29.0.1 RC1'; +$OC_VersionString = '29.0.1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |