From ae5d625bf698109b25122796afb7733c559f9d7c Mon Sep 17 00:00:00 2001 From: Krzysztof Kowalczyk Date: Thu, 15 Aug 2019 14:33:18 -0700 Subject: [PATCH] bump version to 2.4.24 --- fuzzit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzit.sh b/fuzzit.sh index 3abe6d4..1434e4e 100755 --- a/fuzzit.sh +++ b/fuzzit.sh @@ -22,7 +22,7 @@ clang -fsanitize=fuzzer parse-complex.a -o parse-complex ## Install fuzzit specific version for production or latest version for development : # https://github.com/fuzzitdev/fuzzit/releases/latest/download/fuzzit_Linux_x86_64 -wget -q -O fuzzit https://github.com/fuzzitdev/fuzzit/releases/download/v2.4.23/fuzzit_Linux_x86_64 +wget -q -O fuzzit https://github.com/fuzzitdev/fuzzit/releases/download/v2.4.24/fuzzit_Linux_x86_64 chmod a+x fuzzit ## upload fuzz target for long fuzz testing on fuzzit.dev server or run locally for regression