Skip to content
GitLab
Explore
Sign in
Commits on Source (1)
Bump version of Snowflake to 2.10.1
· 8b2e12c9
Cecylia Bocovich
authored
Nov 11, 2024
8b2e12c9
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
8b2e12c9
Changes in version v2.10.1 - 2024-11-11
- Issue 40406: Update version string
Changes in version v2.10.0 - 2024-11-07
- Issue 40402: Add proxy event for when client has connected
- Issue 40405: Prevent panic for duplicate SnowflakeConn.Close() calls
...
...
common/version/version.go
View file @
8b2e12c9
...
...
@@ -6,7 +6,7 @@ import (
)
var
version
=
func
()
string
{
ver
:=
"2.
9.2
"
ver
:=
"2.
10.1
"
if
info
,
ok
:=
debug
.
ReadBuildInfo
();
ok
{
var
revision
string
var
modified
string
...
...