Commit c69ca9166d99730b46f87c4885098d9369799796

Authored by Jarryd Beck
1 parent 9c2e41a4

version bump

Showing 1 changed file with 1 additions and 1 deletions
include/cxxopts.hpp
... ... @@ -42,7 +42,7 @@ namespace cxxopts
42 42 {
43 43 static constexpr struct {
44 44 uint8_t major, minor, patch;
45   - } version = {2, 0, 0};
  45 + } version = {2, 1, 0};
46 46 }
47 47  
48 48 //when we ask cxxopts to use Unicode, help strings are processed using ICU,
... ...