1
0
mirror of https://github.com/uptrace/go-clickhouse.git synced 2025-12-21 23:57:27 +02:00

chore: release v0.2.10 (release.sh)

This commit is contained in:
Vladimir Mihailenco
2022-09-03 09:15:46 +03:00
parent 428a11c901
commit 8bd99db541
13 changed files with 24 additions and 20 deletions

View File

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