Skip to content

Commit

Permalink
v1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stfnmllr committed Feb 17, 2025
1 parent 0fb7008 commit 0478a3f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Release Notes

### Minor revisions

#### v1.13.2
- fixed toolchain

#### v1.13.1
- performance improvements

Expand Down
2 changes: 1 addition & 1 deletion driver/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

// DriverVersion is the version number of the hdb driver.
const DriverVersion = "1.13.1"
const DriverVersion = "1.13.2"

// DriverName is the driver name to use with sql.Open for hdb databases.
const DriverName = "hdb"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/SAP/go-hdb

go 1.23

toolchain go1.24
toolchain go1.24.0

require (
golang.org/x/crypto v0.33.0
Expand Down
2 changes: 1 addition & 1 deletion prometheus/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/SAP/go-hdb/prometheus

go 1.23

toolchain go1.24
toolchain go1.24.0

// replace github.com/SAP/go-hdb => ..

Expand Down

0 comments on commit 0478a3f

Please sign in to comment.