Skip to content

Commit

Permalink
huebnerr version update (#83)
Browse files Browse the repository at this point in the history
* Version 0.3.0

* Version 1.0.0
  • Loading branch information
huebnerr committed Mar 26, 2020
1 parent 383cbe5 commit facae10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ type Driver struct{}

const (
driverName string = "vertica-sql-go"
driverVersion string = "0.3.1"
driverVersion string = "1.0.0"
protocolVersion uint32 = 0x00030008
)

Expand Down

0 comments on commit facae10

Please sign in to comment.