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

chore: release v0.2.7 (release.sh)

This commit is contained in:
Vladimir Mihailenco
2022-05-02 09:40:40 +03:00
parent 8105f9f4c4
commit c722a6bfbf
11 changed files with 24 additions and 15 deletions

View File

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