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

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