diff --git a/driver.go b/driver.go index 46aaa96..28eef8f 100644 --- a/driver.go +++ b/driver.go @@ -46,7 +46,7 @@ type Driver struct{} const ( driverName string = "vertica-sql-go" - driverVersion string = "1.2.2" + driverVersion string = "1.3.0" protocolVersion uint32 = 0x00030009 )