From 7f660674de3f2fedf4c63517e16ef67f448090f8 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Wed, 8 Jun 2022 08:35:49 +0200 Subject: Add new share attributes column To store more extended permissions in the future. Signed-off-by: Vincent Petry --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.php') diff --git a/version.php b/version.php index 73910f1460d..f94c80b0f6f 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/patchlevel // when updating major/minor version number. -$OC_Version = [25, 0, 0, 2]; +$OC_Version = [25, 0, 0, 3]; // The human readable string $OC_VersionString = '25.0.0 dev'; -- cgit v1.2.3