From 2de77e30d7a40f2bce8059f23e0707abf4b00010 Mon Sep 17 00:00:00 2001 From: Rahul Yadav Date: Mon, 6 Mar 2023 14:32:03 +0530 Subject: [PATCH] chore: update user agent string --- driver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver.go b/driver.go index 5bb0eb1b..d399f437 100644 --- a/driver.go +++ b/driver.go @@ -37,7 +37,7 @@ import ( "google.golang.org/grpc/status" ) -const userAgent = "go-sql-spanner/1.0.0" +const userAgent = "go-sql-spanner/1.0.1" // dsnRegExpString describes the valid values for a dsn (connection name) for // Google Cloud Spanner. The string consists of the following parts: