From 520eb544c042d38506195edee95f22b1e371aa9b Mon Sep 17 00:00:00 2001
From: Alex Ellis <alexellis2@gmail.com>
Date: Wed, 20 Sep 2017 17:23:25 +0100
Subject: [PATCH] 0.6.6-beta

---
 TestDrive.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TestDrive.md b/TestDrive.md
index 80892f79..289a8ac7 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.1 && \
+  git checkout 0.6.6-beta && \
   ./deploy_stack.sh && \
   docker service ls
 ```
-- 
GitLab