From 20a8d7625315281775936b8d1d5cf273802525ad Mon Sep 17 00:00:00 2001
From: Alex Ellis <alexellis2@gmail.com>
Date: Wed, 23 Aug 2017 22:27:11 +0100
Subject: [PATCH] Bump version to match release today.

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

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
 ```
-- 
GitLab