Skip to content

Commit 8df65da

Browse files
committed
Adjust BLAKE3 version string to 1.6.0
CLoses 372
1 parent 05e468a commit 8df65da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C/hashes/blake3.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
extern "C" {
2323
#endif
2424

25-
#define BLAKE3_VERSION_STRING "0.3.7"
25+
#define BLAKE3_VERSION_STRING "1.6.0"
2626
#define BLAKE3_KEY_LEN 32
2727
#define BLAKE3_OUT_LEN 32
2828
#define BLAKE3_BLOCK_LEN 64

0 commit comments

Comments
 (0)