start moving to bun

This commit is contained in:
tsmethurst 2021-08-23 16:54:26 +02:00
commit 29b4adfb69
175 changed files with 16045 additions and 945 deletions

6
vendor/github.com/uptrace/bun/version.go generated vendored Normal file
View file

@ -0,0 +1,6 @@
package bun
// Version is the current release version.
func Version() string {
return "0.4.3"
}