diff --git a/src/functions/autoimport.php b/src/functions/autoimport.php index 94b0932..0fcdeee 100644 --- a/src/functions/autoimport.php +++ b/src/functions/autoimport.php @@ -12,7 +12,7 @@ $_SESSION['theme'] = 'default'; } -$softwareVersion = 'v1.2.0-dev'; +$softwareVersion = 'v1.2.0-stable'; if (strpos($softwareVersion, '-dev') !== false) { $showVersion = true;