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

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