Skip to content

Commit

Permalink
Bump version 0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dd86k committed Oct 13, 2023
1 parent 90d1b00 commit 64174c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ddcpuid.d
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 64174c5

Please sign in to comment.