Skip to content

Commit 81454c5

Browse files
authored
updated version number to 0.1.2 (#14)
1 parent 78b0a55 commit 81454c5

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.1"
50+
driverVersion string = "0.1.2"
5151
protocolVersion uint32 = 0x00030008
5252
)
5353

0 commit comments

Comments
 (0)