diff --git a/src/include/robin_hood.h b/src/include/robin_hood.h index c10b561..511a308 100644 --- a/src/include/robin_hood.h +++ b/src/include/robin_hood.h @@ -36,7 +36,7 @@ // see https://semver.org/ #define ROBIN_HOOD_VERSION_MAJOR 3 // for incompatible API changes #define ROBIN_HOOD_VERSION_MINOR 11 // for adding functionality in a backwards-compatible manner -#define ROBIN_HOOD_VERSION_PATCH 2 // for backwards-compatible bug fixes +#define ROBIN_HOOD_VERSION_PATCH 3 // for backwards-compatible bug fixes #include #include