Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Sep 24, 2019
1 parent 4a35eb2 commit 44c8924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EngineManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function createAlgoliaDriver()
{
$this->ensureAlgoliaClientIsInstalled();

UserAgent::addCustomUserAgent('Laravel Scout', '7.0.0');
UserAgent::addCustomUserAgent('Laravel Scout', '7.2.1');

return new AlgoliaEngine(
Algolia::create(config('scout.algolia.id'), config('scout.algolia.secret')),
Expand Down

0 comments on commit 44c8924

Please sign in to comment.