diff --git a/src/ddcpuid.d b/src/ddcpuid.d index cb1668b..d4db552 100644 --- a/src/ddcpuid.d +++ b/src/ddcpuid.d @@ -63,7 +63,7 @@ version (DigitalMars) { version = DMDLDC; // DMD or LDC compilers } else static assert(0, "Unsupported compiler"); -enum DDCPUID_VERSION = "0.21.0"; /// Library version +enum DDCPUID_VERSION = "0.21.1"; /// Library version private enum CACHE_LEVELS = 6; /// For buffer private enum CACHE_MAX_LEVEL = CACHE_LEVELS - 1;