Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2013-05-14 10:14:24 +0400
committerFrank Karlitschek <frank@owncloud.org>2013-05-14 10:14:24 +0400
commit2020f35c6a1e06c3a5922fe6a29dfb0765636a41 (patch)
tree08504c69890f57e28b7c854a5bcce1797ba37915
parentcc495ed6d88cff013811af9e329916d5441a1a96 (diff)
5.0.6v5.0.6
-rwxr-xr-xlib/util.php2
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';
}
/**