diff --git a/resources/functions.php b/resources/functions.php index c5b1d13068..7449fb8da4 100644 --- a/resources/functions.php +++ b/resources/functions.php @@ -27,7 +27,7 @@ if (!function_exists('software_version')) { function software_version() { - return '3.8.3'; + return '3.9.0'; } }