aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-06-09 16:04:47 +0200
committerThomas Tanghus <thomas@tanghus.net>2012-06-09 16:05:21 +0200
commitb16136642b7b2629d1105ebe02af6313904bd837 (patch)
tree6c7d33059e9ffbd2fee519b067b0a81a697cf9f4 /lib
parentba1dec64c174793a714346871c58387cb2578527 (diff)
downloadnextcloud-server-b16136642b7b2629d1105ebe02af6313904bd837.tar.gz
nextcloud-server-b16136642b7b2629d1105ebe02af6313904bd837.zip
Bump version to trigger db update.
Diffstat (limited to 'lib')
-rw-r--r--lib/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php
index ef8ba8efe72..53096f029a2 100644
--- a/lib/util.php
+++ b/lib/util.php
@@ -83,7 +83,7 @@ class OC_Util {
* @return array
*/
public static function getVersion(){
- return array(4,80,0);
+ return array(4,80,1);
}
/**