update bun libraries to v1.2.5

This commit is contained in:
kim 2024-11-08 13:19:19 +00:00
commit 3d3e023439
79 changed files with 4542 additions and 1430 deletions

View file

@ -2,5 +2,5 @@ package pgdialect
// Version is the current release version.
func Version() string {
return "1.2.1"
return "1.2.5"
}