Skip to content

Commit b8a30ca

Browse files
committed
Release v2.3.3
1 parent f3c0029 commit b8a30ca

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,10 @@ is still available through RubyGems and the source code is on the ruby branch.
465465

466466
## Version History
467467

468+
## 2.3.3 (May 3, 2025)
469+
470+
* Upgrade golang.org/x/crypto to v0.37.0
471+
468472
## 2.3.2 (December 25, 2024)
469473

470474
* Fix goreleaser build script

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
ini "github.com/vaughan0/go-ini"
2727
)
2828

29-
const VERSION = "2.3.2"
29+
const VERSION = "2.3.3"
3030

3131
var defaultConf = `[database]
3232
# host is required (network host or path to Unix domain socket)

0 commit comments

Comments
 (0)