Skip to content

Commit

Permalink
fix: pubsub version constant (#7362)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Jun 4, 2024
1 parent 446c61f commit ffcadde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PubSub/src/PubSubClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class PubSubClient
use ApiHelperTrait;
use ClientOptionsTrait;

const VERSION = '2.0.0-RC1';
const VERSION = '2.2.0';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/pubsub';

Expand Down

0 comments on commit ffcadde

Please sign in to comment.