Skip to content

Commit

Permalink
v0.14.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSchneid3r committed Dec 6, 2017
1 parent a666832 commit c2903b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/albertcore/src/core/albert.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ int Core::AlbertApp::run(int argc, char **argv) {
app = new QApplication(argc, argv);
app->setApplicationName("albert");
app->setApplicationDisplayName("Albert");
app->setApplicationVersion("v0.14.13");
app->setApplicationVersion("v0.14.14");

// Parse commandline
qDebug() << "Parsing commandline";
Expand Down
2 changes: 1 addition & 1 deletion plugins

0 comments on commit c2903b0

Please sign in to comment.