From 82b3331b267687626431fa6a0d4d3a2bda390507 Mon Sep 17 00:00:00 2001 From: Kaveen Kumarasinghe Date: Mon, 20 Mar 2023 03:54:32 -0400 Subject: [PATCH] Update gpt3discord.py Signed-off-by: Kaveen Kumarasinghe --- gpt3discord.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpt3discord.py b/gpt3discord.py index 29d8283a..066800e7 100644 --- a/gpt3discord.py +++ b/gpt3discord.py @@ -33,7 +33,7 @@ from models.openai_model import Model -__version__ = "11.1.3" +__version__ = "11.1.4" PID_FILE = Path("bot.pid")