Skip to content

Commit

Permalink
prepare 2021.0.1 release with full changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Slach <[email protected]>
  • Loading branch information
Slach committed Jul 23, 2021
1 parent 1648841 commit 1323063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[bumpversion]
commit = True
tag = True
current_version = 2021.0.1
current_version = 2021.0.0

[bumpversion:file:main.go]
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func main() {
app.Usage = "visualize clickhouse system.trace_log as flamegraph, based on https://gist.github.com/alexey-milovidov/92758583dd41c24c360fdb8d6a4da194"
app.ArgsUsage = ""
app.HideHelp = false
app.Version = "2021.0.1"
app.Version = "2021.0.0"
app.Flags = []cli.Flag{
&cli.IntFlag{
Name: "width",
Expand Down

0 comments on commit 1323063

Please sign in to comment.