Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
c3rb3ru5d3d53c committed Nov 18, 2021
1 parent d3068f6 commit 12779d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/args.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class Args{
}
}
public:
char version[7] = "v1.0.0";
char version[7] = "v1.0.1";
const char *modes[ARGS_MODE_COUNT] = {"elf:x86", "elf:x86_64", "pe:x86", "pe:x86_64", "raw:x86", "raw:x86_64", "raw:cil"};
struct{
char *input;
Expand Down

0 comments on commit 12779d9

Please sign in to comment.