diff --git a/pe_sieve.h b/pe_sieve.h index ab2119758..e9ea083f7 100644 --- a/pe_sieve.h +++ b/pe_sieve.h @@ -8,8 +8,8 @@ #include "scanners/scan_report.h" #include "postprocessors/report_formatter.h" -static char PESIEVE_VERSION[] = "0.1.5.6"; -static DWORD PESIEVE_VERSION_ID = 0x00010506; // 00 01 05 06 +static char PESIEVE_VERSION[] = "0.1.6"; +static DWORD PESIEVE_VERSION_ID = 0x00010600; // 00 01 06 00 static char PESIEVE_URL[] = "https://github.com/hasherezade/pe-sieve"; std::string info();