diff --git a/resources/functions.php b/resources/functions.php index b8cb20a616..dfb53d33a7 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-rc3'; + return '3.6.0-rc4'; } }