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

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