1
0
mirror of https://github.com/uptrace/go-clickhouse.git synced 2025-07-01 00:25:06 +02:00

chore: release v0.2.9 (release.sh)

This commit is contained in:
Vladimir Mihailenco
2022-08-30 12:41:05 +03:00
parent 37984d7ac5
commit 225aa3c101
11 changed files with 32 additions and 14 deletions

View File

@ -2,5 +2,5 @@ package clickhouse
// Version is the current release version.
func Version() string {
return "0.2.8"
return "0.2.9"
}