1
0
mirror of https://github.com/uptrace/go-clickhouse.git synced 2025-06-20 23:59:38 +02:00
Files
.github
ch
chdebug
chmigrate
chotel
example
scripts
.prettierrc.yml
CHANGELOG.md
LICENSE
Makefile
README.md
go.mod
go.sum
package.json
version.go
go-clickhouse/version.go

7 lines
105 B
Go
Raw Normal View History

2022-01-23 09:36:24 +02:00
package clickhouse
// Version is the current release version.
func Version() string {
2022-05-29 15:49:37 +03:00
return "0.2.8"
2022-01-23 09:36:24 +02:00
}