Skip to content

Commit e3abe87

Browse files
authored
update to 1.1.0 (#86)
supporting client load balancing
1 parent 62ed98e commit e3abe87

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
@@ -46,7 +46,7 @@ type Driver struct{}
4646

4747
const (
4848
driverName string = "vertica-sql-go"
49-
driverVersion string = "1.0.0"
49+
driverVersion string = "1.1.0"
5050
protocolVersion uint32 = 0x00030008
5151
)
5252

0 commit comments

Comments
 (0)