Skip to content

Commit

Permalink
Bump version to 1.2.2 final
Browse files Browse the repository at this point in the history
  • Loading branch information
dragotin committed Oct 1, 2024
1 parent 9785a73 commit c72556a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace Kraft {
namespace Version {

// Static content. Maintain values here.
inline QString number() { return QStringLiteral("1.2.2-rc"); }
inline QString number() { return QStringLiteral("1.2.2"); }

inline QString codeName() { return QStringLiteral("Lynoel"); }
inline int dbSchemaVersion() { return 24; }
Expand Down

0 comments on commit c72556a

Please sign in to comment.