Skip to content

Commit a350e29

Browse files
committed
retsnoop: bump version to v0.9.8
Bump reported version to v0.9.8 to prepare for a new release. Signed-off-by: Andrii Nakryiko <[email protected]>
1 parent a12c501 commit a350e29

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.7";
118+
const char *argp_program_version = "retsnoop v0.9.8";
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)