diff options
author | Frank Karlitschek <frank@owncloud.org> | 2014-11-07 20:28:34 +0100 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2014-11-07 20:28:34 +0100 |
commit | 50e025b148223d4c47837b6e49aea332a6f7d2bf (patch) | |
tree | f389287abd806a9bd0e91cc0253e4ca6fc7f0ebd | |
parent | eea96298951805dfc6eb9f58ccb172b5a718e7e2 (diff) | |
download | nextcloud-server-50e025b148223d4c47837b6e49aea332a6f7d2bf.tar.gz nextcloud-server-50e025b148223d4c47837b6e49aea332a6f7d2bf.zip |
5.0.18
-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 c486ff6a01b..a306c45b91e 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, 00, 35); + return array(5, 00, 36); } /** @@ -85,7 +85,7 @@ class OC_Util { * @return string */ public static function getVersionString() { - return '5.0.17'; + return '5.0.18'; } /** |