1
0
mirror of https://github.com/uptrace/go-clickhouse.git synced 2025-12-24 00:01:10 +02:00

chore: release v0.2.6 (release.sh)

This commit is contained in:
Vladimir Mihailenco
2022-04-30 16:57:57 +03:00
parent c580ef9f5a
commit dbb6506e23
19 changed files with 148 additions and 142 deletions

View File

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