Skip to content

Commit

Permalink
chore(version): New version is actually 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julienbourdeau committed Nov 29, 2017
1 parent 8e2798b commit d4d5923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Engine/AlgoliaEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class AlgoliaEngine implements EngineInterface

public function __construct(Client $algolia)
{
Version::addSuffixUserAgentSegment('Symfony Search Bundle', '2.0.0-BETA');
Version::addSuffixUserAgentSegment('Symfony Search Bundle', '3.0.0-BETA');

$this->algolia = $algolia;
}
Expand Down

0 comments on commit d4d5923

Please sign in to comment.