1
0
mirror of https://github.com/uptrace/go-clickhouse.git synced 2025-06-08 23:26:11 +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"
}