Skip to content

Commit

Permalink
Bump internal app version
Browse files Browse the repository at this point in the history
  • Loading branch information
adolby committed May 3, 2023
1 parent a5b9f23 commit c6ed065
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 @@ -5,7 +5,7 @@

namespace Kryvo {

const QVersionNumber Constants::version({1, 1, 0});
const QVersionNumber Constants::version({2, 0, 8});

const QString Constants::dot = QStringLiteral(".");
const QString Constants::encryptedFileExtension = QStringLiteral("enc");
Expand Down

0 comments on commit c6ed065

Please sign in to comment.