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

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