From 7b43ad727c57b46bbba3a810fdaea8b7588b03fd Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Tue, 30 Jun 2015 17:48:05 -0700 Subject: [PATCH] config.md: make the version field example a semver --- config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.md b/config.md index b8a5759e..815801d9 100644 --- a/config.md +++ b/config.md @@ -15,7 +15,7 @@ Below is a detailed description of each field defined in the configuration forma *Example* ```json - "version": "1" + "version": "0.1.0" ``` ## Root Configuration