From 96777211e48c38bf24e51b7e530829020711bc6c Mon Sep 17 00:00:00 2001 From: Nicholas Smit Date: Wed, 28 Dec 2022 19:58:56 -0500 Subject: [PATCH] Bump version Bump the version for a release. --- README.md | 2 +- TitanBot.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4638d90..8f62d80 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ you will need to provide the server. #### What TitanBot needs: - A folder to operate in -- A Python 3 installation (currently built with `3.10.7`, older versions may work but aren't verified) +- A Python 3 installation (currently built with `3.11.1`, older versions may work but aren't verified) - Some `pip` modules. Those can be installed from the `requirements.txt` file in the repository. You will need to create a `.env` file in the root of the operating folder. This stores environment diff --git a/TitanBot.py b/TitanBot.py index e1a53e3..0c29707 100644 --- a/TitanBot.py +++ b/TitanBot.py @@ -24,7 +24,7 @@ if __name__ == "__main__": database_version = 6 - ConfigurationValues.VERSION = "v2.5.0-indev" + ConfigurationValues.VERSION = "v2.5.0" ConfigurationValues.COMMIT = GeneralUtilities.get_git_revision_short_hash() intents = discord.Intents.all()