diff --git a/CMakeLists.txt b/CMakeLists.txt index ac71665..ddb4bc6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ else() endif() project(argparse - VERSION 3.1.0 + VERSION 3.2.0 DESCRIPTION "A single header argument parser for C++17" HOMEPAGE_URL "https://github.com/p-ranav/argparse" LANGUAGES CXX diff --git a/README.md b/README.md index 53b5ab3..9312a7f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ license - version + version

## Highlights diff --git a/xmake.lua b/xmake.lua index cd252bb..82c4d2f 100644 --- a/xmake.lua +++ b/xmake.lua @@ -1,7 +1,7 @@ set_xmakever("2.8.2") set_project("argparse") -set_version("3.1.0", { build = "%Y%m%d%H%M" }) +set_version("3.2.0", { build = "%Y%m%d%H%M" }) option("enable_module") option("enable_std_import", { defines = "ARGPARSE_MODULE_USE_STD_MODULE" })