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:
-rwxr-xr-xlib/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php
index d107b671fb4..b598b6c0e85 100755
--- a/lib/util.php
+++ b/lib/util.php
@@ -103,7 +103,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString() {
- return '4.5.10 RC1';
+ return '4.5.10';
}
/**