Skip to content

Commit 62fccbf

Browse files
authored
Update bin2cpp.cpp
1 parent e2d99c8 commit 62fccbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin2cpp20/bin2cpp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bin2cpp20 - conversion tool
1919
#include <string>
2020
#include <vector>
2121

22-
#define VERSION_INFO "1.0.0"
22+
#define VERSION_INFO "1.0.1"
2323

2424
void convertStreamToVector(std::string_view name, std::istream &in, std::ostream &out);
2525
void convertStreamToArray(std::string_view name, const char *data, std::size_t length, std::ostream &out);

0 commit comments

Comments
 (0)