Bump verison of Snowflake to 2.11.0

This commit is contained in:
Cecylia Bocovich 2025-03-18 14:37:02 -04:00
parent f3e040bbd8
commit 6472bd86cd
No known key found for this signature in database
GPG key ID: 009DE379FD9B7B90
2 changed files with 34 additions and 1 deletions

View file

@ -6,7 +6,7 @@ import (
)
var version = func() string {
ver := "2.10.1"
ver := "2.11.0"
if info, ok := debug.ReadBuildInfo(); ok {
var revision string
var modified string