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

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