Skip to content

Commit

Permalink
バージョン情報更新 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
ioriayane authored Sep 9, 2023
1 parent 97da89f commit 9ca8002
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 @@ -44,7 +44,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.10.0"));
app.setApplicationVersion(QStringLiteral("0.11.0"));
#ifndef HAGOROMO_RELEASE_BUILD
app.setApplicationVersion(app.applicationVersion() + "d");
#endif
Expand Down

0 comments on commit 9ca8002

Please sign in to comment.