Skip to content

Commit

Permalink
バージョン情報更新 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
ioriayane authored Nov 1, 2023
1 parent be1596f commit 6752e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ int main(int argc, char *argv[])
app.setOrganizationName(QStringLiteral("relog"));
app.setOrganizationDomain(QStringLiteral("hagoromo.relog.tech"));
app.setApplicationName(QStringLiteral("Hagoromo"));
app.setApplicationVersion(QStringLiteral("0.13.0"));
app.setApplicationVersion(QStringLiteral("0.14.0"));
#ifndef HAGOROMO_RELEASE_BUILD
app.setApplicationVersion(app.applicationVersion() + "d");
#endif
Expand Down

0 comments on commit 6752e51

Please sign in to comment.