Skip to content

Commit

Permalink
set version 1.1.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamsyntax committed May 1, 2024
1 parent 0192e82 commit df2ad5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ int main(int argc, char** argv)
{
QApplication app(argc, argv);
QApplication::setApplicationName("Dolphin Memory Engine");
QApplication::setApplicationVersion("1.0.0");
QApplication::setApplicationVersion("1.1.0");

QCommandLineParser parser;
parser.setApplicationDescription(
Expand Down

0 comments on commit df2ad5b

Please sign in to comment.