Skip to content

Commit

Permalink
Bump version string
Browse files Browse the repository at this point in the history
  • Loading branch information
callumio authored Jul 2, 2022
1 parent a9e6895 commit fd956b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from video_creation.screenshot_downloader import download_screenshots_of_reddit_posts
from video_creation.voices import save_text_to_mp3

VERSION = 2.1
VERSION = "2.2"
print(
"""
██████╗ ███████╗██████╗ ██████╗ ██╗████████╗ ██╗ ██╗██╗██████╗ ███████╗ ██████╗ ███╗ ███╗ █████╗ ██╗ ██╗███████╗██████╗
Expand All @@ -29,7 +29,7 @@
print_markdown(
"### Thanks for using this tool! [Feel free to contribute to this project on GitHub!](https://lewismenelaws.com) If you have any questions, feel free to reach out to me on Twitter or submit a GitHub issue. You can find solutions to many common problems in the [Documentation](https://luka-hietala.gitbook.io/documentation-for-the-reddit-bot/)"
)

print_step(f"You are using V{VERSION} of the bot")

def main(POST_ID=None):
cleanup()
Expand Down

0 comments on commit fd956b7

Please sign in to comment.