From c69ca9166d99730b46f87c4885098d9369799796 Mon Sep 17 00:00:00 2001 From: Jarryd Beck Date: Wed, 6 Dec 2017 18:28:32 +1100 Subject: [PATCH] version bump --- include/cxxopts.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cxxopts.hpp b/include/cxxopts.hpp index 184de72..2f2fa35 100644 --- a/include/cxxopts.hpp +++ b/include/cxxopts.hpp @@ -42,7 +42,7 @@ namespace cxxopts { static constexpr struct { uint8_t major, minor, patch; - } version = {2, 0, 0}; + } version = {2, 1, 0}; } //when we ask cxxopts to use Unicode, help strings are processed using ICU, -- libgit2 0.21.4