Skip to content

Commit eaafe33

Browse files
authored
Update Http.php
1 parent a01b62b commit eaafe33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Discord/Http.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ class Http
3737
*
3838
* @var string
3939
*/
40-
public const VERSION = 'v9.0.0';
40+
public const VERSION = 'v10.0.0';
4141

4242
/**
4343
* Current Discord HTTP API version.
4444
*
4545
* @var string
4646
*/
47-
public const HTTP_API_VERSION = 9;
47+
public const HTTP_API_VERSION = 10;
4848

4949
/**
5050
* Discord API base URL.

0 commit comments

Comments
 (0)