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

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