We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6228d98 commit baeb78aCopy full SHA for baeb78a
.bumpversion.cfg
@@ -1,6 +1,6 @@
1
[bumpversion]
2
commit = True
3
tag = True
4
-current_version = 2021.2.1
+current_version = 2021.2.2
5
6
[bumpversion:file:main.go]
main.go
@@ -30,7 +30,7 @@ func main() {
30
app.Usage = "visualize clickhouse system.trace_log as flamegraph, based on https://gist.github.com/alexey-milovidov/92758583dd41c24c360fdb8d6a4da194"
31
app.ArgsUsage = ""
32
app.HideHelp = false
33
- app.Version = "2021.2.1"
+ app.Version = "2021.2.2"
34
app.Flags = []cli.Flag{
35
&cli.IntFlag{
36
Name: "width",
0 commit comments