diff --git a/src/constants.py b/src/constants.py index 7818ffe5..79eb689e 100644 --- a/src/constants.py +++ b/src/constants.py @@ -4,7 +4,7 @@ COMMAND_PREFIX = "!" # Links and bot info -VERSION = "0.12.5" +VERSION = "0.13.0" DOCS_URL = "https://white-rabbit.readthedocs.io/" DOCS_SHORT_URL = "https://white-rabbit.rtfd.io/" SOURCE_URL = "https://github.com/circumspect/White-Rabbit"