From 889b05cd663fa6b1cf2152333182adade0cd00fe Mon Sep 17 00:00:00 2001 From: Adamantios Date: Fri, 17 Nov 2023 18:00:52 +0200 Subject: [PATCH 1/2] chore: bump trader service --- run_service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_service.sh b/run_service.sh index c11b5e2..2bedbe1 100755 --- a/run_service.sh +++ b/run_service.sh @@ -536,7 +536,7 @@ echo "" 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.9.4" +service_version="v0.9.5" service_repo=https://github.com/valory-xyz/$directory.git if [ -d $directory ] then From de8fb5824b7deee09d6f0b80257e8cb9bcf2fdab Mon Sep 17 00:00:00 2001 From: David Minarsch Date: Sun, 19 Nov 2023 15:38:48 +0000 Subject: [PATCH 2/2] chore: bump to latest trader v0.9.6 --- run_service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_service.sh b/run_service.sh index 2bedbe1..1c9ad3b 100755 --- a/run_service.sh +++ b/run_service.sh @@ -536,7 +536,7 @@ echo "" 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.9.5" +service_version="v0.9.6" service_repo=https://github.com/valory-xyz/$directory.git if [ -d $directory ] then