Skip to content

Commit

Permalink
Bump 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dd86k committed Aug 26, 2022
1 parent 27bb603 commit 1613c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/blake2d.d
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module blake2d;
// NOTE: The Phobos Digest API have no support for keyed hashes.

/// Version string of blake2-d that can be used for printing purposes.
public enum BLAKE2D_VERSION_STRING = "0.2.0";
public enum BLAKE2D_VERSION_STRING = "0.3.0";

private import std.digest;
private import core.bitop : ror;
Expand Down

0 comments on commit 1613c89

Please sign in to comment.