From 378d42ab3eb4ae5263ed97b34a5098915cf03c7d Mon Sep 17 00:00:00 2001 From: Adrian Burlacu Date: Fri, 20 May 2022 14:21:53 +0300 Subject: [PATCH] 4.3.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee01891..8f88a9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fast-fuzz", - "version": "4.3.0", + "version": "4.3.1", "description": "Test case fuzzer with branch coverage guidance.", "main": "./dist/src/fast-fuzz.js", "types": "./dist/src/fast-fuzz.d.ts",