[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
commit 50b713e37a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 37 additions and 51 deletions

View file

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