diff options
author | Frank Karlitschek <frank@owncloud.org> | 2013-11-05 03:52:16 +0100 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2013-11-05 03:52:16 +0100 |
commit | 38d945f300fd0a563208be379b15c570c03062e8 (patch) | |
tree | e07b1393b3b30c6d7a1bed27295a3d666c507d0b /lib | |
parent | 979cabe0d4bbe51578bd7d998a06cdadb5d14ccf (diff) | |
download | nextcloud-server-38d945f300fd0a563208be379b15c570c03062e8.tar.gz nextcloud-server-38d945f300fd0a563208be379b15c570c03062e8.zip |
5.0.13v5.0.13
Diffstat (limited to 'lib')
-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 2e377c80bae..d37736336a6 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, 23); + return array(5, 00, 24); } /** @@ -85,7 +85,7 @@ class OC_Util { * @return string */ public static function getVersionString() { - return '5.0.13 RC1'; + return '5.0.13'; } /** |