From 21696fa0bbb22f86cf51069e4be672f4d69dac0b Mon Sep 17 00:00:00 2001 From: EdVraz <88881326+EdVraz@users.noreply.github.com> Date: Thu, 14 Jul 2022 21:38:38 +0200 Subject: [PATCH] chore: version bump --- interactions/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interactions/base.py b/interactions/base.py index 66fe17784..530161681 100644 --- a/interactions/base.py +++ b/interactions/base.py @@ -6,7 +6,7 @@ "__authors__", ) -__version__ = "4.3.0-beta.1" +__version__ = "4.3.0-beta.2" __authors__ = { "current": [ {"name": "DeltaX<@DeltaXWizard>", "status": "Project Maintainer"},