diff --git a/src/AssistantServiceProvider.php b/src/AssistantServiceProvider.php index 4e994bb..4a57620 100644 --- a/src/AssistantServiceProvider.php +++ b/src/AssistantServiceProvider.php @@ -24,6 +24,7 @@ public function register() */ public function boot() { - AboutCommand::add('Pharaonic', fn() => ['Assistant' => '1.0.0']); + // Information + AboutCommand::add('Pharaonic', fn() => ['Assistant' => '1.x']); } }