From 397102b2a6f5708e299c0cbe2f217ef5adc43d9b Mon Sep 17 00:00:00 2001 From: Kyle <450516+kylewardnz@users.noreply.github.com> Date: Wed, 14 Jun 2023 06:31:51 +1200 Subject: [PATCH] update version --- src/Challonge/Challonge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Challonge/Challonge.php b/src/Challonge/Challonge.php index 84bd1d7..0741e87 100644 --- a/src/Challonge/Challonge.php +++ b/src/Challonge/Challonge.php @@ -14,7 +14,7 @@ class Challonge * ChallongePHP version. * Required to pass into Challonge. */ - protected string $version = '4.1.1'; + protected string $version = '5.0.0'; /** * PSR-18 compatible HTTP client wrapped in our wrapper.