diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-06-09 16:04:47 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-06-09 16:05:21 +0200 |
commit | b16136642b7b2629d1105ebe02af6313904bd837 (patch) | |
tree | 6c7d33059e9ffbd2fee519b067b0a81a697cf9f4 /lib | |
parent | ba1dec64c174793a714346871c58387cb2578527 (diff) | |
download | nextcloud-server-b16136642b7b2629d1105ebe02af6313904bd837.tar.gz nextcloud-server-b16136642b7b2629d1105ebe02af6313904bd837.zip |
Bump version to trigger db update.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util.php | 2 |
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); } /** |