diff options
author | Frank Karlitschek <frank@owncloud.org> | 2013-07-14 13:36:22 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2013-07-14 13:36:22 +0200 |
commit | 3b95440e9239f705e886db308d3168074e9a0844 (patch) | |
tree | 5781e8eb63965aa9ea0160db6d7c9b37224f3a6b | |
parent | 38eeddfc92ca5b311bf82b988849c051788840d0 (diff) | |
download | nextcloud-server-5.0.9.tar.gz nextcloud-server-5.0.9.zip |
5.0.9v5.0.9
-rwxr-xr-x | lib/util.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php index 227a0028f7e..86f3a7cac01 100755 --- a/lib/util.php +++ b/lib/util.php @@ -76,7 +76,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, 00, 14); + return array(5, 00, 15); } /** @@ -84,7 +84,7 @@ class OC_Util { * @return string */ public static function getVersionString() { - return '5.0.8'; + return '5.0.9'; } /** |