Skip to content

Commit 684e6b1

Browse files
committed
retsnoop: v0.9.6 version bump
Bump v0.9.6 version to have it packaged and released. Signed-off-by: Andrii Nakryiko <[email protected]>
1 parent 3772e03 commit 684e6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/retsnoop.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ static struct env {
115115
.stacks_map_sz = 4096,
116116
};
117117

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

0 commit comments

Comments
 (0)