Skip to content

Commit

Permalink
fmk - updating version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed May 19, 2023
1 parent 18c67c1 commit 97efc3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ int main(int argc, char *argv[])
//Setting Core Application Name, Organization and Version
QCoreApplication::setApplicationName("PBE");
QCoreApplication::setOrganizationName("SimCenter");
QCoreApplication::setApplicationVersion("3.0.8");
QCoreApplication::setApplicationVersion("3.1.0");
// GoogleAnalytics::SetTrackingId("UA-126256136-1");
GoogleAnalytics::StartSession();
GoogleAnalytics::ReportStart();
Expand Down

0 comments on commit 97efc3c

Please sign in to comment.