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

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