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

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