mirror of
https://github.com/laramies/theHarvester.git
synced 2024-11-11 01:23:05 +08:00
Fix version number so python does not have to normailize it
This commit is contained in:
parent
911fcddc35
commit
8e0e424d57
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
class Core:
|
||||
@staticmethod
|
||||
def version():
|
||||
return '3.1.0-dev'
|
||||
return '3.1.0.dev'
|
||||
|
||||
@staticmethod
|
||||
def bing_key():
|
||||
|
|
Loading…
Reference in a new issue