Skip to content

Commit 1454bc8

Browse files
committed
Bump version: 2025.0.0 → 2025.0.1
1 parent d8705db commit 1454bc8

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 = 2025.0.0
4+
current_version = 2025.0.1
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
cmd.Usage = "visualize clickhouse system.trace_log as flamegraph, based on https://gist.github.com/alexey-milovidov/92758583dd41c24c360fdb8d6a4da194"
3131
cmd.ArgsUsage = ""
3232
cmd.HideHelp = false
33-
cmd.Version = "2025.0.0"
33+
cmd.Version = "2025.0.1"
3434
cmd.Flags = []cli.Flag{
3535
&cli.IntFlag{
3636
Name: "width",

0 commit comments

Comments
 (0)