Skip to content

Commit 7000fad

Browse files
committed
retsnoop: v0.10.1 version bump
Set version to v0.10.1 for upcoming bug fix release. Signed-off-by: Andrii Nakryiko <[email protected]>
1 parent 41e05c1 commit 7000fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/env.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#define DEFAULT_SESSIONS_SZ 4096
1616
#define DEFAULT_FNARGS_FMT_MAX_ARG_WIDTH 120
1717

18-
const char *argp_program_version = "retsnoop v0.10";
18+
const char *argp_program_version = "retsnoop v0.10.1";
1919
const char *argp_program_bug_address = "Andrii Nakryiko <[email protected]>";
2020
const char argp_program_doc[] =
2121
"retsnoop tool shows kernel call stacks based on specified function filters.\n"

0 commit comments

Comments
 (0)