From 798f96381057f4b2ebf4ba08852da8d976c62502 Mon Sep 17 00:00:00 2001 From: Dan Duvall Date: Sun, 20 May 2018 11:53:02 +0200 Subject: Bump config version to v2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 51d69a1..810b847 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ running ad-hoc commands. ## Example configuration ```yaml -version: v1 +version: v2 base: debian:jessie apt: packages: [libjpeg, libyaml] @@ -71,7 +71,7 @@ In the example configuration, the `test` variant when expanded effectively becomes: ```yaml -version: v1 +version: v2 base: debian:jessie apt: packages: [libjpeg, libyaml, libjpeg-dev, libyaml-dev, chromium] -- cgit v1.2.1