diff options
author | Vincent Petry <pvince81@owncloud.com> | 2016-06-23 16:37:03 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2016-06-24 09:48:48 +0200 |
commit | 0ad065cb8d7bbc3665140f0b264a8ac74167cfa8 (patch) | |
tree | 497534e01e86927e3855da8db610fb3ca9df11d5 /version.php | |
parent | 955635c7aaaf932c698069a08ff8f218f0ea990c (diff) | |
download | nextcloud-server-0ad065cb8d7bbc3665140f0b264a8ac74167cfa8.tar.gz nextcloud-server-0ad065cb8d7bbc3665140f0b264a8ac74167cfa8.zip |
Repair step to adjust link share delete permissions
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 3015d976e53..b439ffbbdad 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ // We only can count up. The 4. digit is only for the internal patchlevel to trigger DB upgrades // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel // when updating major/minor version number. -$OC_Version = array(9, 1, 0, 9); +$OC_Version = array(9, 1, 0, 10); // The human readable string $OC_VersionString = '9.1.0 beta 2'; |