From d3fae8415346693df2738a9206b3d0258d1454e9 Mon Sep 17 00:00:00 2001 From: David Shiflet Date: Thu, 20 Jul 2023 13:55:38 -0500 Subject: [PATCH] prep for tag 1.4 (#134) --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index ee019c00..2654e5df 100644 --- a/version.go +++ b/version.go @@ -4,7 +4,7 @@ import "fmt" // Update this variable with the release tag before pushing the tag // This value is written to the prelogin and login7 packets during a new connection -const driverVersion = "v0.20.0" +const driverVersion = "v1.4.0" func getDriverVersion(ver string) uint32 { var majorVersion uint32