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

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