diff --git a/docs-src/config.toml b/docs-src/config.toml index 08b558f..662effd 100644 --- a/docs-src/config.toml +++ b/docs-src/config.toml @@ -1,6 +1,6 @@ [site] title = "cpp-httplib" -version = "0.35.0" +version = "0.36.0" hostname = "https://yhirose.github.io" base_path = "/cpp-httplib" diff --git a/httplib.h b/httplib.h index 1dd7350..f98a5f7 100644 --- a/httplib.h +++ b/httplib.h @@ -8,8 +8,8 @@ #ifndef CPPHTTPLIB_HTTPLIB_H #define CPPHTTPLIB_HTTPLIB_H -#define CPPHTTPLIB_VERSION "0.35.0" -#define CPPHTTPLIB_VERSION_NUM "0x002300" +#define CPPHTTPLIB_VERSION "0.36.0" +#define CPPHTTPLIB_VERSION_NUM "0x002400" /* * Platform compatibility check