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

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