aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Gapczynski <mtgap@owncloud.com>2013-05-25 10:20:42 -0700
committerMichael Gapczynski <mtgap@owncloud.com>2013-05-25 10:20:42 -0700
commitc870aed1b66a4f0a2ad6fbe9fbd8d2e35d6f9b40 (patch)
treeab2dc9c8b9e9d647d2a2557c9f62a086702141ba
parent29c8cbf4d1ec2c2c731c4b0ee15102c5beda72b1 (diff)
parent2893bb9543908b82289eb0dd1355f7df19d376d5 (diff)
downloadnextcloud-server-c870aed1b66a4f0a2ad6fbe9fbd8d2e35d6f9b40.tar.gz
nextcloud-server-c870aed1b66a4f0a2ad6fbe9fbd8d2e35d6f9b40.zip
Merge pull request #3493 from owncloud/bumpversion
Bump version for files_encryption changes
-rwxr-xr-xlib/util.php2
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);
}
/**