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

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