Update to latest GW

This commit is contained in:
Alex Ellis
2018-02-14 10:23:01 +00:00
committed by GitHub
parent b12a4d0bf2
commit 4b9c7639c4

View File

@ -35,7 +35,7 @@ Clone OpenFaaS and then checkout the latest stable release:
```
$ git clone https://github.com/openfaas/faas && \
cd faas && \
git checkout 0.6.5 && \
git checkout 0.7.0 && \
./deploy_stack.sh
```