Skip to content

Commit

Permalink
Update AboutCommand version information to use '1.x' for Assistant
Browse files Browse the repository at this point in the history
  • Loading branch information
MoamenEltouny committed Dec 14, 2024
1 parent 8a060e0 commit eaf4901
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/AssistantServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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']);
}
}

0 comments on commit eaf4901

Please sign in to comment.