Skip to content

Commit

Permalink
update version to 1.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Pieter committed Jul 5, 2021
1 parent 40e37ed commit 8a32e24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="bbrf",
version="1.1.12",
version="1.1.13",
author="@honoki",
author_email="[email protected]",
description="The client component of the Bug Bounty Reconnaissance Framework (BBRF)",
Expand Down
2 changes: 1 addition & 1 deletion src/bbrf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
REGEX_DOMAIN = re.compile('^(?:[a-z0-9_](?:[a-z0-9-_]{0,61}[a-z0-9])?\\.)+[a-z0-9][a-z0-9-]{0,61}[a-z0-9]$')
# regex to match IP addresses and CIDR ranges - thanks https://www.regextester.com/93987
REGEX_IP = re.compile('^([0-9]{1,3}\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$')
VERSION = '1.1.12'
VERSION = '1.1.13'

class BBRFClient:
config = {}
Expand Down

0 comments on commit 8a32e24

Please sign in to comment.