Skip to content

Commit 5294e5d

Browse files
author
Mike Fairhurst
committed
Adding version update
1 parent 5c028db commit 5294e5d

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
@@ -123,7 +123,7 @@ int main(int argc, char** argv) {
123123
Options* options = optionsparser.parse(argc, argv);
124124
if(options->showVersion) {
125125
printf("[ Wake ---- std compiler ]\n");
126-
printf("[ v0.1.0 Michael Fairhurst ]\n");
126+
printf("[ v0.1.1 Michael Fairhurst ]\n");
127127
exit(0);
128128
}
129129

0 commit comments

Comments
 (0)