diff --git a/include/CLI/Version.hpp b/include/CLI/Version.hpp index b5e88452b..842a9eec3 100644 --- a/include/CLI/Version.hpp +++ b/include/CLI/Version.hpp @@ -9,7 +9,7 @@ namespace CLI { #define CLI11_VERSION_MAJOR 1 #define CLI11_VERSION_MINOR 5 -#define CLI11_VERSION_PATCH 2 -#define CLI11_VERSION "1.5.2" +#define CLI11_VERSION_PATCH 3 +#define CLI11_VERSION "1.5.3" } // namespace CLI