Skip to content

Commit 4617d6a

Browse files
authored
update version to v1.0.4 (#36)
1 parent 2b6f6a3 commit 4617d6a

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

4848
const (
4949
driverName string = "vertica-sql-go"
50-
driverVersion string = "0.1.3"
50+
driverVersion string = "0.1.4"
5151
protocolVersion uint32 = 0x00030008
5252
)
5353

0 commit comments

Comments
 (0)