Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Bump the version for a release.
  • Loading branch information
AnonymousHacker1279 committed Dec 29, 2022
1 parent 0423bd1 commit 9677721
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion TitanBot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 9677721

Please sign in to comment.