diff --git a/include/fmt/core.h b/include/fmt/core.h index e9dc7e7b..e6ad28d6 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -16,7 +16,7 @@ #include // The fmt library version in the form major * 10000 + minor * 100 + patch. -#define FMT_VERSION 60000 +#define FMT_VERSION 60001 #ifdef __has_feature # define FMT_HAS_FEATURE(x) __has_feature(x)