Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Dec 31, 2023
1 parent d5a223c commit 6879cb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/API.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ final class API extends AbstractAPI
*
* @var string
*/
public const RELEASE = '8.0.0-beta187';
public const RELEASE = '8.0.0-beta188';
/**
* We're not logged in.
*
Expand Down
2 changes: 1 addition & 1 deletion src/MTProto.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ final class MTProto implements TLCallback, LoggerGetter, SettingsGetter
* @internal
* @var int
*/
public const V = 180;
public const V = 181;
/**
* Bad message error codes.
*
Expand Down

0 comments on commit 6879cb4

Please sign in to comment.