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

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