diff options
author | skjnldsv <skjnldsv@protonmail.com> | 2024-05-15 20:26:39 +0200 |
---|---|---|
committer | skjnldsv <skjnldsv@protonmail.com> | 2024-05-15 20:26:39 +0200 |
commit | 40cc29decca49e28e4cca3510f086f1515b9f5cc (patch) | |
tree | e00316bc3f8c2c97880089c89de9d1a1d1475830 /version.php | |
parent | 6ee58b0ffd4ad75a845c5d9b9220c272044f396c (diff) | |
download | nextcloud-server-40cc29decca49e28e4cca3510f086f1515b9f5cc.tar.gz nextcloud-server-40cc29decca49e28e4cca3510f086f1515b9f5cc.zip |
build(hub): 29.0.1 RC1
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 c311851fd0d..3d99aabe114 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, 0, 19]; +$OC_Version = [29, 0, 1, 0]; // The human-readable string -$OC_VersionString = '29.0.0'; +$OC_VersionString = '29.0.1 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |