aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMichael Gapczynski <mtgap@owncloud.com>2012-08-28 09:51:00 -0400
committerMichael Gapczynski <mtgap@owncloud.com>2012-08-28 09:51:00 -0400
commitfd2ca21fc24b6b73a6d75af2e7a7a226e5b186e9 (patch)
tree29f6a83769d4fea938c63c2cc3ac0f8618b0534c /lib
parent42a996930481783af1a5a3fbbae18dc1201fbb0b (diff)
downloadnextcloud-server-fd2ca21fc24b6b73a6d75af2e7a7a226e5b186e9.tar.gz
nextcloud-server-fd2ca21fc24b6b73a6d75af2e7a7a226e5b186e9.zip
Allow share_with column to be null for links
Diffstat (limited to 'lib')
-rwxr-xr-xlib/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php
index 0abdddcbf9b..720f2cdeefd 100755
--- a/lib/util.php
+++ b/lib/util.php
@@ -76,7 +76,7 @@ class OC_Util {
*/
public static function getVersion(){
// hint: We only can count up. So the internal version number of ownCloud 4.5 will be 4,9,0. This is not visible to the user
- return array(4,83,4);
+ return array(4,83,5);
}
/**