From e6a92ddbb72324dfa8b7c6f439a67da075bccbcd Mon Sep 17 00:00:00 2001 From: Anthony Dodd Date: Sun, 9 Dec 2018 23:17:46 -0600 Subject: [PATCH] Update README to show proper install version. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 775364d..7ae42d0 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ All of the Dockerfile instructions are supported in raw form as of 2018.12.09. T First you will need to add this to your `Cargo.toml` dependencies. ```toml -dockerfile = "0.1" +dockerfile = "0.2" ``` Now you can start building Dockerfiles.