From 34e5614a655e0451703a1ff389f392c58f36028b Mon Sep 17 00:00:00 2001 From: Kaveen Kumarasinghe Date: Tue, 28 Feb 2023 17:12:06 -0500 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 feca7eb..a63f48b 100644 --- a/gpt3discord.py +++ b/gpt3discord.py @@ -31,7 +31,7 @@ from services.environment_service import EnvService from models.openai_model import Model -__version__ = "10.8.5" +__version__ = "10.8.6" PID_FILE = Path("bot.pid")