We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afd1972 commit b103c23Copy full SHA for b103c23
driver.go
@@ -37,7 +37,7 @@ import (
37
"google.golang.org/grpc/status"
38
)
39
40
-const userAgent = "go-sql-spanner/1.0.0"
+const userAgent = "go-sql-spanner/1.0.1"
41
42
// dsnRegExpString describes the valid values for a dsn (connection name) for
43
// Google Cloud Spanner. The string consists of the following parts:
0 commit comments