Skip to content

Commit c4efacd

Browse files
authored
Prepare v0.34.0 (#573)
* Prepare v0.34.0 * fix replace keyword
1 parent 14f059a commit c4efacd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SpannerClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class SpannerClient
6464
use LROTrait;
6565
use ValidateTrait;
6666

67-
const VERSION = '0.3.0';
67+
const VERSION = '0.3.1';
6868

6969
const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/spanner.data';
7070
const ADMIN_SCOPE = 'https://www.googleapis.com/auth/spanner.admin';

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0
1+
0.3.1

0 commit comments

Comments
 (0)