Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
feat: bump algorithm version (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMcA authored Jan 25, 2024
1 parent 7e76016 commit 40e468b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpobs/scanner/scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from httpobs.scanner.utils import sanitize_headers

# Current algorithm version
ALGORITHM_VERSION = 2
ALGORITHM_VERSION = 3


def scan(hostname: str, **kwargs):
Expand Down

0 comments on commit 40e468b

Please sign in to comment.