From be3ae666959780698df31656e750f85a9ba2b758 Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Sun, 14 Jan 2018 10:28:22 +0100 Subject: [PATCH] hello-world: Apply new "input" policy --- exercises/hello-world/canonical-data.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exercises/hello-world/canonical-data.json b/exercises/hello-world/canonical-data.json index 7bcb45c666..7e639b49d3 100644 --- a/exercises/hello-world/canonical-data.json +++ b/exercises/hello-world/canonical-data.json @@ -1,10 +1,11 @@ { "exercise": "hello-world", - "version": "1.0.0", + "version": "1.1.0", "cases": [ { "description": "Say Hi!", "property": "hello", + "input": {}, "expected": "Hello, World!" } ]