gotosocial/vendor/github.com/uptrace/bun/version.go
tobi 67ac8db190
Upstep Go dependencies (#340)
* Upstep Go dependencies

* tiny linter fix

* Tidy
2021-12-12 15:47:51 +01:00

7 lines
99 B
Go

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