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

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