Skip to content

Commit

Permalink
Merge pull request #39 from valory-xyz/chore/bump-0.6.7
Browse files Browse the repository at this point in the history
Chore/bump 0.6.7
  • Loading branch information
jmoreira-valory authored Oct 3, 2023
2 parents a326b97 + 93021ee commit 5b84cd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run_service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,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.6.6"
service_version="v0.6.7"
service_repo=https://github.com/valory-xyz/$directory.git
if [ -d $directory ]
then
Expand Down
2 changes: 1 addition & 1 deletion scripts/fix_interrupted_service_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,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.6.6"
service_version="v0.6.7"
service_repo=https://github.com/valory-xyz/$directory.git
echo "Cloning the $directory repo..."
git clone --depth 1 --branch $service_version $service_repo
Expand Down

0 comments on commit 5b84cd8

Please sign in to comment.