1
0
mirror of https://github.com/uptrace/go-clickhouse.git synced 2025-06-06 23:16:18 +02:00
go-clickhouse/version.go
2022-05-29 15:49:37 +03:00

7 lines
105 B
Go

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