[chore] bump bun library versions (#2837)

This commit is contained in:
kim
2024-04-15 11:01:20 +01:00
committed by GitHub
parent 6bb43f3f9b
commit 1018cde107
22 changed files with 403 additions and 388 deletions

View File

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