From 37476a586b59e342314243f55c5055dbe81a9ec2 Mon Sep 17 00:00:00 2001 From: Jumper775 <78500318+jumpers775@users.noreply.github.com> Date: Tue, 28 Nov 2023 20:04:20 -0500 Subject: [PATCH] bump version number 1.1.4 --- bot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot.py b/bot.py index 0775c37..1ed4b0c 100644 --- a/bot.py +++ b/bot.py @@ -17,10 +17,10 @@ import os -version = "1.1.2" +version = "1.1.4" # so that the owner is only notified once ownerupdated = False -updateversion = "1.1.2" +updateversion = version # load settings