We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7baff57 commit ad819b8Copy full SHA for ad819b8
driver.go
@@ -1,6 +1,6 @@
1
package vertigo
2
3
-// Copyright (c) 2019 Micro Focus or one of its affiliates.
+// Copyright (c) 2019-2020 Micro Focus or one of its affiliates.
4
//
5
// Licensed under the Apache License, Version 2.0 (the "License");
6
// you may not use this file except in compliance with the License.
@@ -46,7 +46,7 @@ type Driver struct{}
46
47
const (
48
driverName string = "vertica-sql-go"
49
- driverVersion string = "0.1.5"
+ driverVersion string = "0.1.7"
50
protocolVersion uint32 = 0x00030008
51
)
52
0 commit comments