[chore] bump bun v1.1.14 -> v1.1.15 (#2195)

This commit is contained in:
tobi
2023-09-11 15:16:52 +02:00
committed by GitHub
parent 23dd6f664c
commit 7011f57b09
27 changed files with 273 additions and 90 deletions

View File

@ -2,5 +2,5 @@ package sqlitedialect
// Version is the current release version.
func Version() string {
return "1.1.14"
return "1.1.15"
}