Skip to content

Commit

Permalink
chore(main): release 0.176.0 (#5194)
Browse files Browse the repository at this point in the history
* chore(main): release 0.176.0

* chore: correct video stitcher version

* correct docs action

* fix
  • Loading branch information
dwsupplee authored Mar 30, 2022
1 parent 222b3f1 commit caab5a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.23.0
1.24.0
2 changes: 1 addition & 1 deletion src/LoggingClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class LoggingClient
use ArrayTrait;
use ClientTrait;

const VERSION = '1.23.0';
const VERSION = '1.24.0';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/logging.admin';
const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/logging.read';
Expand Down

0 comments on commit caab5a4

Please sign in to comment.