Skip to content

Commit

Permalink
v1.0.0 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
maolson-msft authored Sep 20, 2019
1 parent fcf95ab commit 7d12d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ int __cdecl wmain(int argc, wchar_t** argv)
if (argc == 2 &&
(!wcscmp(argv[1], L"-v") ||
!wcscmp(argv[1], L"--version"))) {
printf("etl2pcapng version 0.0.0\n");
printf("etl2pcapng version 1.0.0\n");
return 0;
}

Expand Down

0 comments on commit 7d12d7d

Please sign in to comment.