diff --git a/bin2cpp20/bin2cpp.cpp b/bin2cpp20/bin2cpp.cpp index 7f36745..9dcaa9f 100644 --- a/bin2cpp20/bin2cpp.cpp +++ b/bin2cpp20/bin2cpp.cpp @@ -19,7 +19,7 @@ bin2cpp20 - conversion tool #include #include -#define VERSION_INFO "1.0.0" +#define VERSION_INFO "1.0.1" void convertStreamToVector(std::string_view name, std::istream &in, std::ostream &out); void convertStreamToArray(std::string_view name, const char *data, std::size_t length, std::ostream &out);