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

chore: release v0.3.0 (release.sh)

This commit is contained in:
Vladimir Mihailenco
2023-01-21 12:22:42 +02:00
parent 12d4a6c4a5
commit 1083a2341b
19 changed files with 243 additions and 223 deletions

View File

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