Skip to content

Commit ad819b8

Browse files
huebnerrSiting Ren
authored andcommitted
update version to 0.1.7 (#55)
1 parent 7baff57 commit ad819b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

driver.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package vertigo
22

3-
// Copyright (c) 2019 Micro Focus or one of its affiliates.
3+
// Copyright (c) 2019-2020 Micro Focus or one of its affiliates.
44
//
55
// Licensed under the Apache License, Version 2.0 (the "License");
66
// you may not use this file except in compliance with the License.
@@ -46,7 +46,7 @@ type Driver struct{}
4646

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

0 commit comments

Comments
 (0)