diff options
author | Frank Karlitschek <frank@owncloud.org> | 2013-12-18 11:55:42 +0100 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2013-12-18 11:55:42 +0100 |
commit | 5e1fc51f92e70d7d39b83256e68643dd59d9c520 (patch) | |
tree | 36fac861a1e7f8dcdc2ce385b154b26c7bec1d01 | |
parent | 5e5dcc278226c871d127931b7c5978388877a08b (diff) | |
download | nextcloud-server-5e1fc51f92e70d7d39b83256e68643dd59d9c520.tar.gz nextcloud-server-5e1fc51f92e70d7d39b83256e68643dd59d9c520.zip |
5.0.14av5.0.14a
-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 c7abc8ef203..aeca2247960 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, 27); + return array(5, 00, 28); } /** @@ -85,7 +85,7 @@ class OC_Util { * @return string */ public static function getVersionString() { - return '5.0.14'; + return '5.0.14a'; } /** |