Skip to content

Commit baeb78a

Browse files
committed
Bump version: 2021.2.1 → 2021.2.2
1 parent 6228d98 commit baeb78a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 2021.2.1
4+
current_version = 2021.2.2
55

66
[bumpversion:file:main.go]

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func main() {
3030
app.Usage = "visualize clickhouse system.trace_log as flamegraph, based on https://gist.github.com/alexey-milovidov/92758583dd41c24c360fdb8d6a4da194"
3131
app.ArgsUsage = ""
3232
app.HideHelp = false
33-
app.Version = "2021.2.1"
33+
app.Version = "2021.2.2"
3434
app.Flags = []cli.Flag{
3535
&cli.IntFlag{
3636
Name: "width",

0 commit comments

Comments
 (0)