diff options
author | Frank Karlitschek <frank@owncloud.org> | 2013-05-14 08:14:24 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2013-05-14 08:14:24 +0200 |
commit | 2020f35c6a1e06c3a5922fe6a29dfb0765636a41 (patch) | |
tree | 08504c69890f57e28b7c854a5bcce1797ba37915 | |
parent | cc495ed6d88cff013811af9e329916d5441a1a96 (diff) | |
download | nextcloud-server-2020f35c6a1e06c3a5922fe6a29dfb0765636a41.tar.gz nextcloud-server-2020f35c6a1e06c3a5922fe6a29dfb0765636a41.zip |
5.0.6v5.0.6
-rwxr-xr-x | lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index 96394363299..3886a36505d 100755 --- a/lib/util.php +++ b/lib/util.php @@ -83,7 +83,7 @@ class OC_Util { * @return string */ public static function getVersionString() { - return '5.0.6 RC2'; + return '5.0.6'; } /** |