Skip to content

Commit

Permalink
Bump 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dd86k committed Jul 1, 2022
1 parent 70fec41 commit 013e192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/sha3d.d
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
module sha3d;

/// Version string of sha3-d that can be used for printing purposes.
public enum SHA3D_VERSION_STRING = "1.2.2";
public enum SHA3D_VERSION_STRING = "1.2.3";

private import std.digest;
private import core.bitop : rol, bswap;
Expand Down

0 comments on commit 013e192

Please sign in to comment.