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

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