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

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