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

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