Skip to content

Commit

Permalink
Bump FMUSim GUI version to 0.0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
t-sommer committed Oct 10, 2024
1 parent 0f4eeb8 commit 3f05983
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.34");
QApplication::setApplicationVersion("0.0.35");
QApplication::setOrganizationName("Modelica Association");
QApplication::setApplicationName("FMUSim");

Expand Down

0 comments on commit 3f05983

Please sign in to comment.