[bot] Bump version to 7.1.13

This commit is contained in:
nanos-bot 2024-12-05 07:29:23 +00:00
parent 3fba054257
commit e00977c1a2

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.12" VERSION = "7.1.13"
argparser=argparse.ArgumentParser() argparser=argparse.ArgumentParser()