From 80e6e8349814dd5c96e6504140d09afd4ecde1fe Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Sat, 1 May 2021 13:53:34 -0700 Subject: [PATCH] Update version to v1.13.0. --- src/compress.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compress.h b/src/compress.h index 044a726e4..8238d8403 100644 --- a/src/compress.h +++ b/src/compress.h @@ -7,7 +7,7 @@ namespace maxcso { -static const char *VERSION = "1.12.0"; +static const char *VERSION = "1.13.0"; static const uint32_t DEFAULT_BLOCK_SIZE = 0xFFFFFFFF;