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

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