diff options
author | Vincent Petry <vincent@nextcloud.com> | 2022-06-08 08:35:49 +0200 |
---|---|---|
committer | Vincent Petry <vincent@nextcloud.com> | 2022-06-08 08:46:23 +0200 |
commit | 7f660674de3f2fedf4c63517e16ef67f448090f8 (patch) | |
tree | 5a9b1865a779a5262f90fcd2900b43a8ca266f72 /version.php | |
parent | c9bee7e3092e9c1365ec65368651912f478ed406 (diff) | |
download | nextcloud-server-7f660674de3f2fedf4c63517e16ef67f448090f8.tar.gz nextcloud-server-7f660674de3f2fedf4c63517e16ef67f448090f8.zip |
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.php | 2 |
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'; |