Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
adrorocker committed Jul 27, 2023
1 parent eaed72a commit 6dd3b40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/phpcs.xml export-ignore
/phpcs.xml.dist export-ignore
/phpunit.xml export-ignore
/phpstan.neon export-ignore
/README.md export-ignore
Expand Down
2 changes: 1 addition & 1 deletion src/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class Validator
{
public const VERSION = '0.1.0';
public const VERSION = '1.0.2';

/**
* @param array<string> $publicSuffixList
Expand Down

0 comments on commit 6dd3b40

Please sign in to comment.