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

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