Skip to content

Commit

Permalink
update version in header
Browse files Browse the repository at this point in the history
  • Loading branch information
odygrd committed Nov 20, 2022
1 parent 93f703a commit a831cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quill/include/quill/Quill.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace quill
/** Version Info **/
constexpr uint32_t VersionMajor{2};
constexpr uint32_t VersionMinor{4};
constexpr uint32_t VersionPatch{1};
constexpr uint32_t VersionPatch{2};
constexpr uint32_t Version{VersionMajor * 10000 + VersionMinor * 100 + VersionPatch};

/** forward declarations **/
Expand Down

0 comments on commit a831cc6

Please sign in to comment.