summaryrefslogtreecommitdiff
path: root/vendor/github.com/uptrace/bun/version.go
blob: a7973efebf4c85f27f35225e10c05a8b4b65657f (plain)
1
2
3
4
5
6
package bun

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