Skip to content

Commit

Permalink
Bump FMUSim GUI version to 0.0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
t-sommer committed Aug 23, 2024
1 parent 8766e80 commit 7dc11ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmusim-gui/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
int main(int argc, char *argv[]) {

QApplication app(argc, argv);
QApplication::setApplicationVersion("0.0.32");
QApplication::setApplicationVersion("0.0.33");
QApplication::setOrganizationName("Modelica Association");
QApplication::setApplicationName("FMUSim");

Expand Down

0 comments on commit 7dc11ca

Please sign in to comment.