diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2025-03-12 11:53:18 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2025-03-12 11:53:18 +0100 |
commit | a7e7654c9d59d44f15fc4ad06331ecfc504de4e0 (patch) | |
tree | bc57a2f97a306e2d125ff0443c3c9149ab2f2355 | |
parent | 241fcb0f32ee5a850642f5b7cd98dcf99f80d75b (diff) | |
download | nextcloud-server-release/29.0.13_rc2.tar.gz nextcloud-server-release/29.0.13_rc2.zip |
build(hub): 29.0.13 RC2release/29.0.13_rc2
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index b09a2445cf1..2a58d225a3d 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, 13, 0]; +$OC_Version = [29, 0, 13, 1]; // The human-readable string -$OC_VersionString = '29.0.13 RC1'; +$OC_VersionString = '29.0.13 RC2'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |