summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2025-03-19 15:18:26 +0100
committerGitHub <noreply@github.com>2025-03-19 15:18:26 +0100
commitd74bb25a20b25cf028446f77b441c152865073eb (patch)
treee668726aaf54b8c976cbc900477d98ba2050dcbc
parent3c30c1060f0ba1bcbc7ec85727fd4612ae2790b7 (diff)
parent9383779006cc89422af2ca95da397867c39cae3b (diff)
downloadnextcloud-server-29.0.14.tar.gz
nextcloud-server-29.0.14.zip
Merge pull request #51577 from nextcloud/release/29.0.14v29.0.14
29.0.14
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 906c762bead..c7902f265e9 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, 14, 0];
+$OC_Version = [29, 0, 14, 1];
// The human-readable string
-$OC_VersionString = '29.0.14 RC1';
+$OC_VersionString = '29.0.14';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [