version bump

This commit is contained in:
Jarryd Beck 2017-12-06 18:28:32 +11:00
parent 9c2e41a4e2
commit c69ca9166d

View File

@ -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,