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

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