diff --git a/resources/functions.php b/resources/functions.php index 66af859771..bfa4a4b447 100644 --- a/resources/functions.php +++ b/resources/functions.php @@ -26,7 +26,7 @@ if (!function_exists('software_version')) { function software_version() { - return '3.4'; + return '3.5 rc 1'; } }