Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Serban Ghita <[email protected]>
  • Loading branch information
serbanghita committed Dec 12, 2024
1 parent 2702f75 commit dc325f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MobileDetect.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.8.09",
"version": "4.8.10",
"headerMatch": {
"HTTP_ACCEPT": {
"matches": [
Expand Down
4 changes: 2 additions & 2 deletions src/MobileDetect.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @author Nick Ilyin <[email protected]>
* @author: Victor Stanciu <[email protected]> (original author)
*
* @version 4.8.09
* @version 4.8.10
*/

declare(strict_types=1);
Expand Down Expand Up @@ -241,7 +241,7 @@ class MobileDetect
/**
* Stores the version number of the current release.
*/
protected string $VERSION = '4.8.09';
protected string $VERSION = '4.8.10';

protected array $config = [
// Auto-initialization on HTTP headers from $_SERVER['HTTP...']
Expand Down

0 comments on commit dc325f8

Please sign in to comment.