Skip to content

Commit 9008165

Browse files
oh GOD i almost did a 2.2 again.
1 parent 2cf00a1 commit 9008165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
print_markdown(
3434
"### 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/)"
3535
)
36-
print_step(f"You are using v{VERSION} of the bot")
36+
print_step(f"You are using v{__VERSION__} of the bot")
3737

3838

3939
def main(POST_ID=None):

0 commit comments

Comments
 (0)