From 2893bb9543908b82289eb0dd1355f7df19d376d5 Mon Sep 17 00:00:00 2001 From: Michael Gapczynski <mtgap@owncloud.com> Date: Sat, 25 May 2013 11:42:28 -0400 Subject: [PATCH] Bump version for files_encryption changes --- lib/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util.php b/lib/util.php index 01e2df7bfc..ce68568183 100755 --- a/lib/util.php +++ b/lib/util.php @@ -77,7 +77,7 @@ class OC_Util { public static function getVersion() { // hint: We only can count up. Reset minor/patchlevel when // updating major/minor version number. - return array(5, 80, 03); + return array(5, 80, 04); } /** -- GitLab