Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayveer committed Sep 6, 2020
1 parent 792660c commit 8886ab3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

int main(int argc, char **argv) {
CLI cli = CLI(argc, argv);
cli.run("Decima Explorer", "2.2");
cli.run("Decima Explorer", "2.3");
}
2 changes: 1 addition & 1 deletion main_gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR args, int ncmdshow) {
GUI gui = GUI(hInst);
gui.run("Decima Explorer", "2.2");
gui.run("Decima Explorer", "2.3");
}

0 comments on commit 8886ab3

Please sign in to comment.