Skip to content

Commit 4900009

Browse files
author
Mike Fairhurst
committed
0.0.4
1 parent e5a3a7e commit 4900009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cpp/wake.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ int main(int argc, char** argv) {
121121
Options* options = optionsparser.parse(argc, argv);
122122
if(options->showVersion) {
123123
printf("[ Wake ---- std compiler ]\n");
124-
printf("[ v0.01 Michael Fairhurst ]\n");
124+
printf("[ v0.0.4 Michael Fairhurst ]\n");
125125
exit(0);
126126
}
127127

0 commit comments

Comments
 (0)