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

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