Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
navrocky committed Mar 5, 2024
1 parent 97cae16 commit 2474c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ int main(int argc, char** argv, char** envp)
cmd.parse();

if (cmd.isDefined("-V")) {
cout << "1.0.0" << endl;
cout << "1.0.1" << endl;
return 0;
}

Expand Down

0 comments on commit 2474c34

Please sign in to comment.