Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2022-06-08 09:35:49 +0300
committerVincent Petry <vincent@nextcloud.com>2022-06-08 09:46:23 +0300
commit7f660674de3f2fedf4c63517e16ef67f448090f8 (patch)
tree5a9b1865a779a5262f90fcd2900b43a8ca266f72 /version.php
parentc9bee7e3092e9c1365ec65368651912f478ed406 (diff)
Add new share attributes column
To store more extended permissions in the future. Signed-off-by: Vincent Petry <vincent@nextcloud.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 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';