diff --git a/build_deps.sh b/build_deps.sh index e80a04c..06b0812 100755 --- a/build_deps.sh +++ b/build_deps.sh @@ -37,7 +37,7 @@ if ls ../build/install/lib/libredis++.a 1>/dev/null 2>&1; then echo "Redis-plus-plus has already been installed" else if [[ ! -d "./redis-plus-plus" ]]; then - git clone https://github.com/sewenew/redis-plus-plus.git redis-plus-plus --branch 1.3.2 --depth=1 + git clone https://github.com/sewenew/redis-plus-plus.git redis-plus-plus --branch 1.3.13 --depth=1 echo "Redis-plus-plus downloaded" fi cd redis-plus-plus