diff --git a/resources/functions.php b/resources/functions.php index b6f6c2950c..0ea7383b51 100644 --- a/resources/functions.php +++ b/resources/functions.php @@ -26,7 +26,7 @@ if (!function_exists('software_version')) { function software_version() { - return '3.6.0-rc1'; + return '3.6.0-rc2'; } }