Skip to content

Commit

Permalink
Bump app version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adolby committed Oct 4, 2019
1 parent 5c3aef7 commit 228d86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Constants.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <QObject>
#include <QStringBuilder>

const QVersionNumber Kryvo::Constants::kVersion({1, 0, 11});
const QVersionNumber Kryvo::Constants::kVersion({1, 1, 0});

const QString Kryvo::Constants::kDot = QStringLiteral(".");
const QString Kryvo::Constants::kEncryptedFileExtension = QStringLiteral("enc");
Expand Down

0 comments on commit 228d86f

Please sign in to comment.