gotosocial/vendor/github.com/uptrace/bun/version.go
tobi 88979b35d4
[chore] Update bun and sqlite dependencies (#478)
* update bun + sqlite versions

* step bun to v1.1.3
2022-04-24 12:26:22 +02:00

7 lines
98 B
Go

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