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

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