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

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