1
0
mirror of https://github.com/uptrace/go-clickhouse.git synced 2024-11-21 17:56:48 +02:00
go-clickhouse/version.go
2023-02-16 10:11:51 +02:00

7 lines
105 B
Go

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