diff --git a/include/fmt/core.h b/include/fmt/core.h index dc10722b..af5842dc 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -18,7 +18,7 @@ #include // The fmt library version in the form major * 10000 + minor * 100 + patch. -#define FMT_VERSION 60200 +#define FMT_VERSION 60201 #ifdef __has_feature # define FMT_HAS_FEATURE(x) __has_feature(x)