]> source.dussan.org Git - nextcloud-server.git/commitdiff
Bump version for files_encryption changes
authorMichael Gapczynski <mtgap@owncloud.com>
Sat, 25 May 2013 15:42:28 +0000 (11:42 -0400)
committerMichael Gapczynski <mtgap@owncloud.com>
Sat, 25 May 2013 15:42:28 +0000 (11:42 -0400)
lib/util.php

index 01e2df7bfc41539567d6608b69c83746a96b2c9d..ce68568183b864abf63efb70ff7ee87bfd73bd19 100755 (executable)
@@ -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);
        }
 
        /**