diff --git a/TestDrive.md b/TestDrive.md index 6cac68b1..e559bd37 100644 --- a/TestDrive.md +++ b/TestDrive.md @@ -20,7 +20,7 @@ This one-shot script clones the code, initialises Docker swarm mode and then dep # docker swarm init --advertise-addr eth0 && \ git clone https://github.com/alexellis/faas && \ cd faas && \ - git checkout 0.6.0 && \ + git checkout 0.6.1 && \ ./deploy_stack.sh && \ docker service ls ```