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

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