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

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