Bump the package version to 0.8.1 in the bash scripts

This commit is contained in:
adithyaov 2021-11-23 22:55:09 +05:30 committed by Adithya Kumar
parent 8c1c199a56
commit e634a8b39d
2 changed files with 2 additions and 2 deletions

View File

@ -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;;

View File

@ -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