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

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