From bed3ff6e55d52e5c29768f50f31a2995425599bf Mon Sep 17 00:00:00 2001 From: Austin Byers Date: Fri, 15 Dec 2017 14:24:41 -0800 Subject: [PATCH] Update version number in getting started (#94) --- docs/source/getting-started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/getting-started.rst b/docs/source/getting-started.rst index e70a386..e87387d 100644 --- a/docs/source/getting-started.rst +++ b/docs/source/getting-started.rst @@ -70,7 +70,7 @@ Download BinaryAlert .. code-block:: bash - $ git clone --branch v1.0.0 --depth 1 https://github.com/airbnb/binaryalert + $ git clone --branch v1.1.0 --depth 1 https://github.com/airbnb/binaryalert 2. Create and activate a virtual environment: