diff --git a/bin/mk-hscope.sh b/bin/mk-hscope.sh index a9dca5edc..1d6f118b8 100755 --- a/bin/mk-hscope.sh +++ b/bin/mk-hscope.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash GHC_VERSION=8.10.4 -STREAMLY_VERSION=0.8.0 +STREAMLY_VERSION=0.8.1 case `uname` in Darwin) SYSTEM=x86_64-osx;; diff --git a/bin/test.sh b/bin/test.sh index dd7c8d75a..f43f08bf4 100755 --- a/bin/test.sh +++ b/bin/test.sh @@ -2,7 +2,7 @@ SCRIPT_DIR=$(dirname $0) -STREAMLY_VERSION=0.8.0 +STREAMLY_VERSION=0.8.1 BENCH_REPORT_DIR=benchmark/bench-report source $SCRIPT_DIR/targets.sh