Skip to content

Commit

Permalink
Bump to version 5.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyThadikaran committed Apr 27, 2024
1 parent 8e40a34 commit d468725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/defs/Config.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def __init__(self) -> None:
self.__dict__.update(dct)

# DO NOT EDIT BELOW
VERSION = "5.1.13"
VERSION = "5.1.14"

def toList(self, filename: str):
return (DIR / "data" / filename).read_text().strip().split("\n")
Expand Down

0 comments on commit d468725

Please sign in to comment.