Skip to content

Commit c543aea

Browse files
authored
SNOW-3190331 Bumped patch version 1.9.0 -> 1.9.1 (#1770)
1 parent 3cadadf commit c543aea

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Upcoming Release
44

5+
## 1.19.1
6+
57
New features:
68

79
- Dropped support for Go 1.23 and added support for Go 1.26.

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package gosnowflake
22

33
// SnowflakeGoDriverVersion is the version of Go Snowflake Driver.
4-
const SnowflakeGoDriverVersion = "1.19.0"
4+
const SnowflakeGoDriverVersion = "1.19.1"

0 commit comments

Comments
 (0)