diff --git a/includes/lib_functions.php b/includes/lib_functions.php index 83fb31f00a..59a8583277 100644 --- a/includes/lib_functions.php +++ b/includes/lib_functions.php @@ -26,7 +26,7 @@ if (!function_exists('software_version')) { function software_version() { - return '3.1.2'; + return '3.1.3'; } }