diff --git a/constants.py b/constants.py index 1f2b26a..b25e77f 100644 --- a/constants.py +++ b/constants.py @@ -2,6 +2,6 @@ antiSpamFile = 'wordlist.txt' blacklistFile = 'word_blacklist.txt' configFile = 'config.json' appName = 'CatAsk' -version = '1.4.1' +version = '1.4.2' # id (identifier) is to be interpreted as described in https://semver.org/#spec-item-9 version_id = '-alpha'