diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2013-05-25 11:42:28 -0400 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2013-05-25 11:42:28 -0400 |
commit | 2893bb9543908b82289eb0dd1355f7df19d376d5 (patch) | |
tree | 19e81ed697bbd16e6b96afef91ddbce5fac885ac /lib/util.php | |
parent | 698862519de6b364da6c20a97d8c546204e80f3d (diff) | |
download | nextcloud-server-2893bb9543908b82289eb0dd1355f7df19d376d5.tar.gz nextcloud-server-2893bb9543908b82289eb0dd1355f7df19d376d5.zip |
Bump version for files_encryption changes
Diffstat (limited to 'lib/util.php')
-rwxr-xr-x | lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index 01e2df7bfc4..ce68568183b 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); } /** |