diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-07-19 09:10:18 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-07-19 09:10:18 +0200 |
commit | 10bf36a6ae022f54797d12ab756ad78e4a9ffe5a (patch) | |
tree | 242ab3cc7be1955e8a63d1dd2c9acd91f6d32f38 | |
parent | 3895e3a5aee8faee368e59fb9d830782c96ba127 (diff) | |
download | nextcloud-server-10bf36a6ae022f54797d12ab756ad78e4a9ffe5a.tar.gz nextcloud-server-10bf36a6ae022f54797d12ab756ad78e4a9ffe5a.zip |
4.0.5v4.0.5
-rw-r--r-- | lib/util.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php index a16559c54b1..884122bbf96 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,00,4); + return array(4,00,5); } /** @@ -91,7 +91,7 @@ class OC_Util { * @return string */ public static function getVersionString(){ - return '4.0.4'; + return '4.0.5'; } /** |