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