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

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