diff --git a/resources/functions.php b/resources/functions.php index 2a3e62d4dc..3fbb06c87d 100644 --- a/resources/functions.php +++ b/resources/functions.php @@ -26,7 +26,7 @@ if (!function_exists('software_version')) { function software_version() { - return '3.7.0'; + return '3.7.1'; } }