Skip to content
This repository has been archived by the owner on Jul 31, 2018. It is now read-only.

Commit

Permalink
bump to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxiloc committed Nov 17, 2016
1 parent 5d84907 commit 32c5420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AlgoliaServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class AlgoliaServiceProvider extends ServiceProvider
{
public function register()
{
Version::addPrefixUserAgentSegment('Laravel integration', '1.6.2');
Version::addPrefixUserAgentSegment('Laravel integration', '1.7.0');
Version::addSuffixUserAgentSegment('PHP', phpversion());
$laravel = app();
Version::addSuffixUserAgentSegment('Laravel', $laravel::VERSION);
Expand Down

0 comments on commit 32c5420

Please sign in to comment.