diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2024-06-25 11:57:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-25 11:57:05 +0200 |
commit | 465ad2f4ec42b45b119b12b8fbab8db006a4f0f8 (patch) | |
tree | aabdb8e0141f41a1b8018f02df3728ee5c770232 | |
parent | 69561004c701f62bbbe753ea89e67d26a3fa7f01 (diff) | |
parent | 0f734ea61a1693c07280e571322ab20e8148decd (diff) | |
download | nextcloud-server-29.0.3.tar.gz nextcloud-server-29.0.3.zip |
Merge pull request #46063 from nextcloud/release/29.0.3v29.0.3
29.0.3
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 40cfbe0ef72..2bfab863da7 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, 3, 3]; +$OC_Version = [29, 0, 3, 4]; // The human-readable string -$OC_VersionString = '29.0.3 RC4'; +$OC_VersionString = '29.0.3'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |