From 900816535bd5e4b0291baf5f09533e559ef652db Mon Sep 17 00:00:00 2001 From: Jason Date: Tue, 12 Jul 2022 11:52:52 -0400 Subject: [PATCH] oh GOD i almost did a 2.2 again. --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 9afc15c..10ab3c1 100755 --- a/main.py +++ b/main.py @@ -33,7 +33,7 @@ print( 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") +print_step(f"You are using v{__VERSION__} of the bot") def main(POST_ID=None):