Skip to content

Commit

Permalink
Merge pull request #70 from DNKpp/development
Browse files Browse the repository at this point in the history
env: update lib version
  • Loading branch information
DNKpp authored Aug 6, 2023
2 parents 0f31647 + 9043c4d commit a0b899b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/Simple-Utility/Config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
#endif

#define SL_UTILITY_VERSION_MAJOR 2 // NOLINT(modernize-macro-to-enum)
#define SL_UTILITY_VERSION_MINOR 2 // NOLINT(modernize-macro-to-enum)
#define SL_UTILITY_VERSION_PATCH 2 // NOLINT(modernize-macro-to-enum)
#define SL_UTILITY_VERSION_MINOR 3 // NOLINT(modernize-macro-to-enum)
#define SL_UTILITY_VERSION_PATCH 1 // NOLINT(modernize-macro-to-enum)

#define SL_UTILITY_VERSION \
SL_UTILITY_XSTR(SL_UTILITY_VERSION_MAJOR) \
Expand Down

0 comments on commit a0b899b

Please sign in to comment.