diff --git a/exercises/hello-world/canonical-data.json b/exercises/hello-world/canonical-data.json index 56f4a39398..7bcb45c666 100644 --- a/exercises/hello-world/canonical-data.json +++ b/exercises/hello-world/canonical-data.json @@ -1,11 +1,11 @@ { - "exercise":"hello-world", - "version":"0.1.0", - "cases":[ + "exercise": "hello-world", + "version": "1.0.0", + "cases": [ { - "description":"Say Hi!", - "property":"hello", - "expected":"Hello, World!" + "description": "Say Hi!", + "property": "hello", + "expected": "Hello, World!" } ] }