Skip to content

Commit

Permalink
Revert "Bump"
Browse files Browse the repository at this point in the history
This reverts commit 0295968.
  • Loading branch information
danog committed Feb 23, 2024
1 parent 0295968 commit 3145b87
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-beta195';
public const RELEASE = '8.0.0-beta194';
/**
* 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 @@ -128,7 +128,7 @@ final class MTProto implements TLCallback, LoggerGetter, SettingsGetter
* @internal
* @var int
*/
public const V = 185;
public const V = 184;
/**
* Bad message error codes.
*
Expand Down

0 comments on commit 3145b87

Please sign in to comment.