We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5a3a7e commit 4900009Copy full SHA for 4900009
src/cpp/wake.cpp
@@ -121,7 +121,7 @@ int main(int argc, char** argv) {
121
Options* options = optionsparser.parse(argc, argv);
122
if(options->showVersion) {
123
printf("[ Wake ---- std compiler ]\n");
124
- printf("[ v0.01 Michael Fairhurst ]\n");
+ printf("[ v0.0.4 Michael Fairhurst ]\n");
125
exit(0);
126
}
127
0 commit comments