1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 10:49:36 +02:00

Update socket also to respond http

This commit is contained in:
Daniel Neto 2024-10-07 11:43:06 -03:00
parent cc3af22682
commit 251e5740f0
1246 changed files with 62800 additions and 2951 deletions

View file

@ -6,5 +6,5 @@ namespace Stripe\Util;
class ApiVersion
{
const CURRENT = '2024-06-20';
const CURRENT = '2024-09-30.acacia';
}