Skip to content

Commit e2c8d5c

Browse files
authored
fix: pubsub version constant (#7362)
1 parent 0691933 commit e2c8d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PubSubClient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class PubSubClient
9999
use ApiHelperTrait;
100100
use ClientOptionsTrait;
101101

102-
const VERSION = '2.0.0-RC1';
102+
const VERSION = '2.2.0';
103103

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

0 commit comments

Comments
 (0)