diff --git a/pom.xml b/pom.xml
index af558c0..e6da375 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
21
21
- 1.0.0
+ 0.1.0
0.0.0
2.49.0
2.14.0
diff --git a/scripts/setup_fuzzer.sh b/scripts/setup_fuzzer.sh
index e775cca..b8c67fe 100755
--- a/scripts/setup_fuzzer.sh
+++ b/scripts/setup_fuzzer.sh
@@ -8,7 +8,7 @@ readonly BASE_DIR
setup_psf() {
# setup protocol-state-fuzzer library
- CHECKOUT="658a49d8b73ffca644ef3b05bf254177ed37d18b"
+ CHECKOUT="d076ce0e7de2eaac71f99fbf5345ddd80fe38963"
set -e
cd "${BASE_DIR}"
@@ -63,7 +63,7 @@ setup_fuzzer() {
}
usage() {
- cat << END
+ cat <