We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa52c6d commit 2dc94b8Copy full SHA for 2dc94b8
source/sha3d.d
@@ -5,7 +5,7 @@
5
module sha3d;
6
7
/// Version string of sha3-d that can be used for printing purposes.
8
-public enum SHA3D_VERSION_STRING = "1.2.3";
+public enum SHA3D_VERSION_STRING = "1.2.4";
9
10
private import std.digest;
11
private import core.bitop : rol, bswap;
0 commit comments