From a5caa0097fb2a11dd405960ed9574b98eaa6e9c8 Mon Sep 17 00:00:00 2001 From: David Minarsch Date: Thu, 7 Sep 2023 18:24:36 +0100 Subject: [PATCH] chore: bump to v0.6.0 --- run_service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_service.sh b/run_service.sh index 16219241..980974b1 100755 --- a/run_service.sh +++ b/run_service.sh @@ -185,7 +185,7 @@ fi directory="trader" # This is a tested version that works well. # Feel free to replace this with a different version of the repo, but be careful as there might be breaking changes -service_version="v0.5.1" +service_version="v0.6.0" service_repo=https://github.com/valory-xyz/$directory.git if [ -d $directory ] then