diff --git a/resources/functions.php b/resources/functions.php index 15ecf05d9f..a36a9bc790 100644 --- a/resources/functions.php +++ b/resources/functions.php @@ -27,7 +27,7 @@ if (!function_exists('software_version')) { function software_version() { - return '3.8.2'; + return '3.8.3'; } }