Skip to content

Commit

Permalink
retsnoop: v0.9.6 version bump
Browse files Browse the repository at this point in the history
Bump v0.9.6 version to have it packaged and released.

Signed-off-by: Andrii Nakryiko <[email protected]>
  • Loading branch information
anakryiko committed Mar 24, 2023
1 parent 3772e03 commit 684e6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/retsnoop.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ static struct env {
.stacks_map_sz = 4096,
};

const char *argp_program_version = "retsnoop v0.9.5";
const char *argp_program_version = "retsnoop v0.9.6";
const char *argp_program_bug_address = "Andrii Nakryiko <[email protected]>";
const char argp_program_doc[] =
"retsnoop tool shows kernel call stacks based on specified function filters.\n"
Expand Down

0 comments on commit 684e6b1

Please sign in to comment.