[chore] bump bun (and related libraries) versions to v1.1.16 (#2209)

This commit is contained in:
kim
2023-09-18 11:38:56 +01:00
committed by GitHub
parent 7293d6029b
commit 50b713e37a
9 changed files with 37 additions and 51 deletions

View File

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