mirror of
https://github.com/uptrace/go-clickhouse.git
synced 2024-11-21 17:56:48 +02:00
7 lines
105 B
Go
7 lines
105 B
Go
package clickhouse
|
|
|
|
// Version is the current release version.
|
|
func Version() string {
|
|
return "0.3.1"
|
|
}
|