update bun library to latest commit (#206)

* update bun library to latest commit

Signed-off-by: kim (grufwub) <grufwub@gmail.com>

* update to latest bun release

Signed-off-by: kim (grufwub) <grufwub@gmail.com>
This commit is contained in:
kim
2021-09-11 12:53:44 +01:00
committed by GitHub
parent fc035868b2
commit bac4ee9980
10 changed files with 39 additions and 15 deletions

View File

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