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

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