Skip to content

Commit b103c23

Browse files
authored
chore: update user agent string (#141)
1 parent afd1972 commit b103c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import (
3737
"google.golang.org/grpc/status"
3838
)
3939

40-
const userAgent = "go-sql-spanner/1.0.0"
40+
const userAgent = "go-sql-spanner/1.0.1"
4141

4242
// dsnRegExpString describes the valid values for a dsn (connection name) for
4343
// Google Cloud Spanner. The string consists of the following parts:

0 commit comments

Comments
 (0)