gotosocial/vendor/github.com/uptrace/bun/version.go
kim bac4ee9980
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>
2021-09-11 13:53:44 +02:00

7 lines
98 B
Go

package bun
// Version is the current release version.
func Version() string {
return "1.0.6"
}