[bot] Bump version to 7.1.10

This commit is contained in:
nanos-bot 2024-09-16 15:00:45 +00:00
parent a6324c1c7d
commit 044c45d32a

View file

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