From e8d5062a0a0c526f37c3c146d6524803203e6583 Mon Sep 17 00:00:00 2001 From: artpaul Date: Sat, 17 Apr 2021 18:03:27 +0500 Subject: [PATCH] bump version --- include/cxxopts.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/cxxopts.hpp b/include/cxxopts.hpp index 1e4e475..1819fa0 100644 --- a/include/cxxopts.hpp +++ b/include/cxxopts.hpp @@ -63,8 +63,8 @@ THE SOFTWARE. #endif #define CXXOPTS__VERSION_MAJOR 4 -#define CXXOPTS__VERSION_MINOR 0 -#define CXXOPTS__VERSION_PATCH 0 +#define CXXOPTS__VERSION_MINOR 1 +#define CXXOPTS__VERSION_PATCH 2 namespace cxxopts {