Update version number

This commit is contained in:
Michael 2024-09-03 08:19:27 +01:00 committed by GitHub
parent cb3c980a94
commit e9dab187dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ import xxhash
logger = logging.getLogger("FediFetcher")
robotParser = urllib.robotparser.RobotFileParser()
VERSION = "7.1.6"
VERSION = "7.1.7"
argparser=argparse.ArgumentParser()