We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad9899f commit 90d87bbCopy full SHA for 90d87bb
driver.go
@@ -46,7 +46,7 @@ type Driver struct{}
46
47
const (
48
driverName string = "vertica-sql-go"
49
- driverVersion string = "0.2.0"
+ driverVersion string = "0.2.1"
50
protocolVersion uint32 = 0x00030008
51
)
52
0 commit comments