Skip to content

Commit

Permalink
Bump version: 2024.0.3 → 2024.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Slach committed Aug 9, 2024
1 parent c46eeb5 commit 0640ed9
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 = 2024.0.3
current_version = 2024.1.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 @@ -29,7 +29,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 = "2024.0.3"
app.Version = "2024.1.0"
app.Flags = []cli.Flag{
&cli.IntFlag{
Name: "width",
Expand Down

0 comments on commit 0640ed9

Please sign in to comment.