Skip to content

Commit

Permalink
Fixed Version Number
Browse files Browse the repository at this point in the history
Accidentally uploaded with wrong version number.
  • Loading branch information
Official-Husko committed Feb 24, 2022
1 parent 4f7a7b7 commit c125c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Defined Variables
global cfg
cfg = configparser.RawConfigParser()
version = "1.2"
version = "1.4"
threads = 1
get_date = datetime.datetime.now()
month = get_date.month
Expand Down

0 comments on commit c125c8b

Please sign in to comment.