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

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