From e774827926ead70ab2e380dead798edf7e8579f7 Mon Sep 17 00:00:00 2001 From: Kaveen Kumarasinghe Date: Tue, 28 Feb 2023 20:01:07 -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 a63f48b..ea182b7 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.6" +__version__ = "10.8.7" PID_FILE = Path("bot.pid")