summaryrefslogtreecommitdiff
path: root/c/blake3.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/blake3.h')
-rw-r--r--c/blake3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/blake3.h b/c/blake3.h
index c38545f..3ca61db 100644
--- a/c/blake3.h
+++ b/c/blake3.h
@@ -30,7 +30,7 @@
extern "C" {
#endif
-#define BLAKE3_VERSION_STRING "1.5.2"
+#define BLAKE3_VERSION_STRING "1.5.3"
#define BLAKE3_KEY_LEN 32
#define BLAKE3_OUT_LEN 32
#define BLAKE3_BLOCK_LEN 64