Skip to content

Commit 363e9e0

Browse files
authored
Update ver info
1 parent 36a1e22 commit 363e9e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#endif
88

99
int main(int argc, char* argv[]) {
10-
printf("exe-joiner public ver1.21.0\r\n");
10+
printf("exe-joiner public ver1.22.0\r\n");
1111

1212
if (argc < 4) {
1313
printf("Usage: %s <output_file> <input_file1> <input_file2> ... <input_fileN>\n", argv[0]);

0 commit comments

Comments
 (0)