Skip to content

Commit

Permalink
Bump version to 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Salanto committed Jul 20, 2024
1 parent c24c3ea commit aab4198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ int main(int argc, char *argv[])
{
QCoreApplication app(argc, argv);
QCoreApplication::setApplicationName("akashi");
QCoreApplication::setApplicationVersion("honeydew hotfix (1.8.1)");
QCoreApplication::setApplicationVersion("jackfruit (1.9)");
std::atexit(cleanup);

// Verify server configuration is sound.
Expand Down

0 comments on commit aab4198

Please sign in to comment.