1
0
mirror of https://github.com/uptrace/go-clickhouse.git synced 2025-06-14 23:44:59 +02:00

chore: release v0.2.5 (release.sh)

This commit is contained in:
Vladimir Mihailenco
2022-03-29 13:16:49 +03:00
parent 14f9edfce4
commit b2aa5d9fc7
13 changed files with 29 additions and 19 deletions

View File

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