aboutsummaryrefslogtreecommitdiffstats
path: root/version.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-12-13 13:29:12 +0100
committerJoas Schilling <coding@schilljs.com>2023-12-14 14:32:00 +0100
commit6056928dc6185cb22a55dbbc1d37f5abaf59ead2 (patch)
treec0b05f4c45d6212c985ee4a176c112ea58b1d319 /version.php
parentbac05cae5b53cc208b7edaa6b2b2a5de86f25035 (diff)
downloadnextcloud-server-6056928dc6185cb22a55dbbc1d37f5abaf59ead2.tar.gz
nextcloud-server-6056928dc6185cb22a55dbbc1d37f5abaf59ead2.zip
feat(comments): Add a meta data column for comments
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'version.php')
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index df6eb7ba390..b4b6ff2845e 100644
--- a/version.php
+++ b/version.php
@@ -30,7 +30,7 @@
// 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, 2];
+$OC_Version = [29, 0, 0, 3];
// The human-readable string
$OC_VersionString = '29.0.0 dev';